Package: effect Module: TSet
effect
TSet
Collects all elements into a HashSet.
HashSet
Signature
declare const toHashSet: <A>(self: TSet<A>) => STM.STM<HashSet.HashSet<A>>
Source
Since v2.0.0