effect-io-ai

Package: effect
Module: TSet

TSet.removeAll

Removes elements from the set.

Signature

declare const removeAll: { <A>(iterable: Iterable<A>): (self: TSet<A>) => STM.STM<void>; <A>(self: TSet<A>, iterable: Iterable<A>): STM.STM<void>; }

Source

Since v2.0.0