import { Reducer } from "https://deno.land/x/rimbu@0.13.5/core/mod.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@0.13.5/core/mod.ts";
const { minBy } = Reducer;
Returns a Reducer
that remembers the minimum value of the inputs using the given compFun
to compare input values