kotlin.Char
Char
class Char : Comparable<Char>
Represents a 16-bit Unicode character. On the JVM, non-nullable values of this type are represented as values of the primitive type char
.
Functions
fun compareTo(other: Char): Int Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if its less than other, or a positive number if its greate |