The state for the argument wrapper.
- ArgsState
- usedIndices: Set<number>
The indices of the ordered tokens already retrieved.
- position: number
The current position in the ordered tokens. Increments from 0.
- positionFromEnd: number
The current position backwards in the ordered tokens. Decrements from the end.