import { Transformer } from "https://deno.land/x/rimbu@0.13.1/core/mod.ts";
Variables
Returns a transformer that produces windows/collections of |
Functions
Returns a transformer that returns only those elements from the input that are different to previous element
according to the optionally given |
Type Aliases
A Reducer that produces instances of |
import { type Transformer } from "https://deno.land/x/rimbu@0.13.1/core/mod.ts";
A Reducer that produces instances of StreamSource
.
Type Parameters
optional
R = Tdefinition: Reducer<T, StreamSource<R>>