effect-io-ai

Package: effect
Module: MutableHashMap

MutableHashMap.fromIterable

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

Signature

declare const fromIterable: <K, V>(entries: Iterable<readonly [K, V]>) => MutableHashMap<K, V>

Source

Since v2.0.0