CHAR

object CHAR : PrimitiveKind

Primitive kind that represents a 16-bit unicode character value. Corresponding Kotlin primitive is Char. Corresponding encoder and decoder methods are Encoder.encodeChar and Decoder.decodeChar.

Functions

hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String