effect-io-ai

Package: effect
Module: TMap

TMap.fromIterable

Creates a new TMap from an iterable collection of key/value pairs.

Signature

declare const fromIterable: <K, V>(iterable: Iterable<readonly [K, V]>) => STM.STM<TMap<K, V>>

Source

Since v2.0.0