effect-io-ai

Package: effect
Module: List

List.fromIterable

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