import { Reducer } from "https://deno.land/x/rimbu@1.0.2/common/mod.ts";
const { lastWhere } = Reducer;
Returns a Reducer
that remembers the last input value for which the given pred
function returns true.
import { Reducer } from "https://deno.land/x/rimbu@1.0.2/common/mod.ts";
const { lastWhere } = Reducer;
Returns a Reducer
that remembers the last input value for which the given pred
function returns true.