import { Reducer } from "https://deno.land/x/rimbu@0.13.1/common/internal.ts";
const { first } = Reducer;
Returns a Reducer
that remembers the first input value.
import { Reducer } from "https://deno.land/x/rimbu@0.13.1/common/internal.ts";
const { first } = Reducer;
Returns a Reducer
that remembers the first input value.