rstart.Iterator {Containers}R Documentation

Prepare an Iterator for Reverse Iteration

Description

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.

Details

it$rstart()

Author(s)

John Hughes


[Package Containers version 1.2 Index]