minus

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
inline operator fun minus(other: Char): Int(source)

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

Since Kotlin

1.3

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

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

Since Kotlin

1.3