import { AsyncIndexedIterator } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/async-fast-iterator-base.ts";
Constructors
new
AsyncIndexedIterator(source: AsyncFastIterator<T>, startIndex?)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<[number, T] | O>