import { AsyncTransformer } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
Variables
Returns an async transformer that produces windows/collections of |
Functions
Returns an async transformer that returns only those elements from the input that are different to previous element
according to the optionally given |
Type Aliases
An AsyncReducer that produces instances |
import { type AsyncTransformer } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
An AsyncReducer that produces instances of AsyncStreamSource
.
Type Parameters
optional
R = Tdefinition: AsyncReducer<T, AsyncStreamSource<R>>
Type Parameters
optional
R = Tdefinition: AsyncReducer<T, AsyncStreamSource<R>>