import { Reducer } from "https://deno.land/x/rimbu@0.13.1/core/main/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.1/core/main/index.ts";
const { count } = Reducer;
Returns a Reducer
that remembers the amount of input items provided.