import { Reducer } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { firstWhere } = Reducer;
Returns a Reducer
that remembers the first input value for which the given pred
function returns true.
x/rimbu/core/main/exports.ts>Reducer.firstWhere
import { Reducer } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { firstWhere } = Reducer;
Returns a Reducer
that remembers the first input value for which the given pred
function returns true.