plus

operator fun plus(other: Int): Rank

Adds an integer to 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 add.