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