import { Reducer } from "https://deno.land/x/rimbu@1.1.0/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@1.1.0/core/mod.ts";
const { min } = Reducer;
Returns a Reducer
that remembers the minimum value of the numberic inputs.