Package: effect
Module: HashMap
Removes all entries in the HashMap which have the specified keys.
Signature
declare const removeMany: { <K>(keys: Iterable<K>): <V>(self: HashMap<K, V>) => HashMap<K, V>; <K, V>(self: HashMap<K, V>, keys: Iterable<K>): HashMap<K, V>; }
Since v2.0.0