minus

@SinceKotoolsTypes(version = "4.1")
operator fun Int.minus(other: AnyInt): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.minus(other: Int): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.minus(other: AnyInt): Int

Subtracts the other integer from this one.