effect-io-ai

Package: effect
Module: Sink

Sink.collectAllToSet

A sink that collects all of its inputs into a set.

Signature

declare const collectAllToSet: <In>() => Sink<HashSet.HashSet<In>, In>

Source

Since v2.0.0