Package: effect
Module: TSet
Atomically transforms the set into the intersection of itself and the provided set.
Signature
declare const intersection: { <A>(other: TSet<A>): (self: TSet<A>) => STM.STM<void>; <A>(self: TSet<A>, other: TSet<A>): STM.STM<void>; }
Since v2.0.0