Luna::ReverseIterator::operator+=
constexpr ReverseIterator & operator+=(isize n)
Advances the iterator by n
positions respectively.
Parameters
-
in n
The position to advance relative to the current position.
Return value
Returns *this
.
constexpr ReverseIterator & operator+=(isize n)
Advances the iterator by n
positions respectively.
in n
The position to advance relative to the current position.
Returns *this
.