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