import { Reducer } from "https://deno.land/x/rimbu@1.0.0/common/reducer.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.0/common/reducer.ts";
const { lastWhere } = Reducer;
Returns a Reducer
that remembers the last input value for which the given pred
function returns true.