minus

@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.minus(other: NegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.minus(other: NonZeroInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.minus(other: PositiveInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.minus(other: StrictlyNegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.minus(other: StrictlyPositiveInt): Int

Subtracts the other value from this value.