effect-io-ai

Package: effect
Module: HashMap

HashMap.removeMany

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>; }

Source

Since v2.0.0