std.collections.Deque.Iterator - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Deque.Iterator
std:std.collections.IIterator
Struct Iterator ImplementsThe Deque.Iterator struct.
Properties | |
---|---|
AtEnd | Checks if the iterator has reached the end of the deque. (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 deqeue. |
Erase | |
Insert | Safely inserts a value before the value pointed to by the iterator. |