import { Reducer } from "https://deno.land/x/rimbu@1.0.2/common/mod.ts";
const { count } = Reducer;
Returns a Reducer
that remembers the amount of input items provided.
import { Reducer } from "https://deno.land/x/rimbu@1.0.2/common/mod.ts";
const { count } = Reducer;
Returns a Reducer
that remembers the amount of input items provided.