Object Property

Accumulate

Expression evaluated once per source element with `stateVar` and `elementVar` in scope. Its result is BOTH the value emitted at this position AND the next iteration's accumulator. Required. (The shorter name `step` is taken by `Traverse.step` — `accumulate` avoids collision and reads naturally as "accumulate this expression as we scan.")

Domain
Scan
Range
Expression