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