Luna::ReverseIterator::operator++
constexpr ReverseIterator operator++(int)
Post-increments the iterator to the next object, which is the last object the base iterator points to.
Return value
Returns one copy of *this
that was made before the change.