import { Reducer } from "https://deno.land/x/rimbu@0.13.5/common/index.ts";
const { max } = Reducer;
Returns a Reducer
that remembers the maximum value of the numberic inputs.
import { Reducer } from "https://deno.land/x/rimbu@0.13.5/common/index.ts";
const { max } = Reducer;
Returns a Reducer
that remembers the maximum value of the numberic inputs.