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