Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

Method Iterator()->`+()


Method `+

Iterator res = Iterator() + steps

Description

Returns a clone of this iterator which is advanced the specified number of steps. The amount may be negative to move backwards. If the iterator doesn't support backward movement it should throw an exception in that case.

See also

next, `+=, `-