import { Reducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { fold } = Reducer;
Returns a Reducer
that uses the given init
and next
values to fold the input values into
result values.
import { Reducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { fold } = Reducer;
Returns a Reducer
that uses the given init
and next
values to fold the input values into
result values.