Package: effect
Module: TMap
Deletes all entries associated with the specified keys.
Signature
declare const removeAll: { <K>(keys: Iterable<K>): <V>(self: TMap<K, V>) => STM.STM<void>; <K, V>(self: TMap<K, V>, keys: Iterable<K>): STM.STM<void>; }
Since v2.0.0