Method Iterator()->`+()
- Method
`+
 Iteratorres =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.
- Returns
 Returns a new Iterator positioned at the new place.
- See also