A StackRange can be used to iterate a stack (starting from top, going to bottom) without modifying it.
The stack cannot be modified while it has any range attached to it.
Advance to the next item of the range.
See Implementation
A StackRange can be used to iterate a stack (starting from top, going to bottom) without modifying it.
The stack cannot be modified while it has any range attached to it.