Package: effect Module: List
effect
List
Creates a new List from an iterable collection of values.
Signature
declare const fromIterable: <A>(prefix: Iterable<A>) => List<A>
Source
Since v2.0.0