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