Method Iterator()->`-()


Method `-

Iterator res = Iterator() - steps

Description

This lfun should be defined if and only if the iterator supports backward movement to some degree. It should back up the specified number of steps. The amount may be negative to move forward.

Returns

Returns a new Iterator positioned at the new place.

See also

next, `+, `+=