import { AsyncReduceAllIterator } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/async-fast-iterator-base.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>