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