minus

infix operator fun minus(other: Int): Int
infix operator fun minus(other: NonZeroInt): Int
infix operator fun minus(other: PositiveInt): StrictlyNegativeInt
infix operator fun minus(other: StrictlyPositiveInt): StrictlyNegativeInt
infix operator fun minus(other: NegativeInt): Int
infix operator fun minus(other: StrictlyNegativeInt): Int

Subtracts the other value from this value.