minus

operator fun minus(other: Char): Int

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


operator fun minus(other: Int): Char

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

operator fun minus(other: Char): Int

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


operator fun minus(other: Int): Char

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

inline operator fun minus(other: Char): Int

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


inline operator fun minus(other: Int): Char

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