import { Reducer } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { minBy } = Reducer;
Returns a Reducer
that remembers the minimum value of the inputs using the given compFun
to compare input values
import { Reducer } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { minBy } = Reducer;
Returns a Reducer
that remembers the minimum value of the inputs using the given compFun
to compare input values