import { AsyncReduceAllIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/index.ts";
Constructors
new
AsyncReduceAllIterator(source: AsyncFastIterator<I>, reducers: AsyncReducer<I, any>[])Properties
readonly
reducersToClose: Set<AsyncReducer<any>>Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<R | O>