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