A sink that reads the entire stream and stores its contents in a GC-allocated array.
array cannot be used for pipelines that start with an output range wrapper (flod.range.pass(E)).
If you need a pipeline with output range interface that stores the output in an array,
use flod.range.pass with delegate parameter or flod.range.copy with std.array.Appender.
A sink that reads the entire stream and stores its contents in a GC-allocated array.
array cannot be used for pipelines that start with an output range wrapper (flod.range.pass(E)). If you need a pipeline with output range interface that stores the output in an array, use flod.range.pass with delegate parameter or flod.range.copy with std.array.Appender.