rstart.Iterator {Containers} | R Documentation |
This method positions the Iterator
over the back element of a Queue
or a Deque
. If this method is called on a Stack
or Heap
iterator, said iterator becomes invalid.
it$rstart()
John Hughes