Package: effect Module: List
effect
List
Constructs a new List<A> from the specified values.
List<A>
Signature
declare const make: <Elements extends readonly [any, ...Array<any>]>(...elements: Elements) => Cons<Elements[number]>
Source
Since v2.0.0