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