std:std.collections.Deque<T>.Iterator
The 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. |