import { Reducer } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { min } = Reducer;
Returns a Reducer
that remembers the minimum value of the numberic inputs.
import { Reducer } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { min } = Reducer;
Returns a Reducer
that remembers the minimum value of the numberic inputs.