import { AsyncReduceIterator } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/index.ts";
Constructors
new
AsyncReduceIterator(source: AsyncFastIterator<I>, reducer: AsyncReducer<I, R>)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<R | O>