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