CircularListIterator `+=(int steps)
Move this iterator steps steps forward (negative value on steps will cause the iterator to move backwards) and return the result.
This iterator positioned steps steps forward.