effect-io-ai

Package: effect
Module: TArray

TArray.fromIterable

Creates a new TArray from an iterable collection of values.

Signature

declare const fromIterable: <A>(iterable: Iterable<A>) => STM.STM<TArray<A>>

Source

Since v2.0.0