Luna::ReverseIterator::operator-

constexpr ReverseIterator operator-(isize n) const

Gets one iterator which is advanced by -n positions respectively.

Parameters

  • in n

    The position to advance relative to the current position.

Return value

Returns one iterator which is advanced by -n positions respectively.