effect-io-ai

Package: effect
Module: TSet

TSet.union

Atomically transforms the set into the union of itself and the provided set.

Signature

declare const union: { <A>(other: TSet<A>): (self: TSet<A>) => STM.STM<void>; <A>(self: TSet<A>, other: TSet<A>): STM.STM<void>; }

Source

Since v2.0.0