import { type AsyncReducer } from "https://deno.land/x/rimbu@1.1.0/core/mod.ts";
const { Instance } = AsyncReducer;
Methods
next(value: I): MaybePromise<void>
getOutput(): MaybePromise<O>
Methods
next(value: I): MaybePromise<void>
getOutput(): MaybePromise<O>