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