import { AsyncReducer } from "https://deno.land/x/rimbu@0.13.1/core/main/exports.ts";
const { last } = AsyncReducer;
Returns an AsyncReducer
that remembers the last input value.
x/rimbu/core/main/exports.ts>AsyncReducer.last
import { AsyncReducer } from "https://deno.land/x/rimbu@0.13.1/core/main/exports.ts";
const { last } = AsyncReducer;
Returns an AsyncReducer
that remembers the last input value.