Pike v8.0 release 370

Method ADT.CircularList()->CircularListIterator()->`-()


Method `-

CircularListIterator res = ADT.CircularList.CircularListIterator() - steps

Description

Move the iterator steps steps backwards (negative value on steps will cause the iterator to move forwards) and return the result as a new iterator.

Returns

A new iterator positioned steps steps backwards.