moveBackward.Iterator {Containers} | R Documentation |
This method moves an Iterator
backward by one element, provided that reverse iteration is supported for the kind of container to which the iterator is attached.
it$moveBackward()
John Hughes