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