effect-io-ai

Package: effect
Module: List

List.make

Constructs a new List<A> from the specified values.

Signature

declare const make: <Elements extends readonly [any, ...Array<any>]>(...elements: Elements) => Cons<Elements[number]>

Source

Since v2.0.0