effect-io-ai

Package: effect
Module: MutableList

MutableList.make

Creates a new MutableList from the specified elements.

Signature

declare const make: <A>(...elements: ReadonlyArray<A>) => MutableList<A>

Source

Since v2.0.0