CircularListIterator `-(int steps)
Move the iterator steps steps backwards (negative value on steps will cause the iterator to move forwards) and return the result as a new iterator.
A new iterator positioned steps steps backwards.