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