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