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ยง
- Discrete
Accumulator - A trait for discrete accumulation with configurable step rules.