effect-io-ai

Package: effect
Module: HashMap

HashMap.remove

Remove the entry for the specified key in the HashMap using the internal hashing function.

Signature

declare const remove: { <K>(key: K): <V>(self: HashMap<K, V>) => HashMap<K, V>; <K, V>(self: HashMap<K, V>, key: K): HashMap<K, V>; }

Source

Since v2.0.0