Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 667 Bytes

argsstate.md

File metadata and controls

43 lines (24 loc) · 667 Bytes

lexureArgsState

Interface: ArgsState

The state for the argument wrapper.

Hierarchy

  • ArgsState

Index

Properties

Properties

usedIndices

  • usedIndices: Set<number>

The indices of the ordered tokens already retrieved.


position

  • position: number

The current position in the ordered tokens. Increments from 0.


positionFromEnd

  • positionFromEnd: number

The current position backwards in the ordered tokens. Decrements from the end.