minus

expect operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.0

expect operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.0
actual operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.1

actual operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.1
operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.0

operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.0
actual inline operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.3

actual inline operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.3
actual inline operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.8

actual inline operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.8
actual inline operator fun minus(other: Char): Int(source)

Subtracts the other Char value from this value resulting an Int.

Since Kotlin

1.8

actual inline operator fun minus(other: Int): Char(source)

Subtracts the other Int value from this value resulting a Char.

Since Kotlin

1.8