Module accumulators

Source
Expand description

Defines a generic interface for step-based progression systems.

This abstraction models systems where a value is derived from internal state that is updated through discrete steps.

Traitsยง

DiscreteAccumulator
A trait for discrete accumulation with configurable step rules.