effect-io-ai

Package: effect
Module: TSet

TSet.toHashSet

Collects all elements into a HashSet.

Signature

declare const toHashSet: <A>(self: TSet<A>) => STM.STM<HashSet.HashSet<A>>

Source

Since v2.0.0