Package: effect Module: MutableList
effect
MutableList
Creates a new MutableList from the specified elements.
Signature
declare const make: <A>(...elements: ReadonlyArray<A>) => MutableList<A>
Source
Since v2.0.0