effect-io-ai

Package: effect
Module: TSet

TSet.fromIterable

Creates a new TSet from an iterable collection of values.

Signature

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

Source

Since v2.0.0