effect-io-ai

Package: effect
Module: MutableList

MutableList.fromIterable

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