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