Skip to main content
Module

x/rimbu/core/mod.ts>Reducer.InstanceImpl

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
class Reducer.InstanceImpl
implements [Reducer.Instance]<I, O>
import { Reducer } from "https://deno.land/x/rimbu@1.2.1/core/mod.ts";
const { InstanceImpl } = Reducer;

The default Reducer.Impl implementation.

Constructors

new
InstanceImpl(reducer: Reducer.Impl<I, O, S>)

Properties

halt: () => void
readonly
halted: boolean
readonly
index: number
next: (value: I) => void