import { AsyncSplitWhereIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/index.ts";
Constructors
new
AsyncSplitWhereIterator(source: AsyncFastIterator<T>, pred: (value: T, index: number) => MaybePromise<boolean>)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T[] | O>