Package: effect Module: List
effect
List
Constructs a new List<A> from the specified value.
List<A>
Signature
declare const of: <A>(value: A) => Cons<A>
Source
Since v2.0.0