minus

open inline operator override fun Int.minus(other: Int): Int

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

other

the subtrahend.

Sources

common source
Link copied to clipboard