import { ChannelFastIterator } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
Constructors
new
ChannelFastIterator(sourceCh: Channel.Read<T>)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O> | undefined): Promise<T | O>
import { ChannelFastIterator } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";