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