reverse_iterator& operator-=(Dist n);
The operator evaluates current + n, then returns *this.
current
+ n
*this