Package: effect Module: TSet
effect
TSet
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