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