std.collections.Stack.BackwardsIterator - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.BackwardsIterator
Struct BackwardsIterator
The Stack.BackwardsIterator struct.
| Properties | |
|---|---|
| AtEnd | Checks if the iterator has reached the end of the stack. (read only) |
| Current | The value currently pointed to by the iterator. |
| Methods | |
|---|---|
| Bump | Bumps the iterator so it points to the next value in the stack. |
| Erase | Safely erases the value pointed to by the iterator. |
| Insert | Safely inserts a value before the value pointed to by the iterator. |