self operator-(difference_type n) const
Iterator shuffle operator.
Return a new iterator by moving this iterator backward by n elements.
difference_type operator-(const self &itr) const
Return the negative value of the difference of indices of elements this iterator and itr are sitting on.
Methods below only applies to random iterators.
/////
Return a new iterator by moving this iterator backward or forward by n elements.