Method ADT.Sequence()->SequenceIterator()->`+()
- Method
`+
SequenceIteratorres =ADT.Sequence.SequenceIterator()+steps- Description
Move the iterator
stepssteps forward (negative value onstepswill cause the iterator to move backwards) and return the result as a new iterator.- Returns
A new iterator positioned
stepssteps forward.