SplitScript reference / ExclusiveRangeIterator
ExclusiveRangeIterator
type constructor
ExclusiveRangeIterator<T where Integer>
Iterates from an included integer start to an excluded end.
Examples
Name an exclusive-range cursor in an interface
state "game.exe" {}
fn inspect(iterator: ExclusiveRangeIterator<u16>) {}
Methods
| Member | Description | Available through |
|---|---|---|
| iterator | Returns this cursor without restarting range traversal. | |
| next | Advances to the next integer before the excluded endpoint. |