Package: effect Module: MutableHashMap
effect
MutableHashMap
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