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