effect-io-ai

Package: effect
Module: TMap

TMap.removeAll

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

Source

Since v2.0.0