Luna::ReverseIterator::operator--

constexpr ReverseIterator operator--(int)

Post-decrements the iterator to the last object, which is the next object the base iterator points to.

Return value

Returns one copy of *this that was made before the change.