minus

operator fun minus(other: Int): Rank

Subtracts an integer from the rank, resulting in a new rank shifted by the given amount.

Return

A new Rank shifted by the given amount.

Parameters

other

The integer to subtract.