import { Reducer } from "https://deno.land/x/rimbu@0.13.5/core/main/index.ts";
const { last } = Reducer;
Returns a Reducer
that remembers the last input value.
import { Reducer } from "https://deno.land/x/rimbu@0.13.5/core/main/index.ts";
const { last } = Reducer;
Returns a Reducer
that remembers the last input value.