moveBackward.Iterator {Containers}R Documentation

Move an Iterator Backward

Description

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.

Details

it$moveBackward()

Author(s)

John Hughes


[Package Containers version 1.2 Index]