Package: effect Module: Sink
effect
Sink
A sink that collects all elements into a Chunk.
Chunk
Signature
declare const collectAll: <In>() => Sink<Chunk.Chunk<In>, In>
Source
Since v2.0.0