BOOLEAN

object BOOLEAN : PrimitiveKind

Primitive kind that represents a boolean true/false value. Corresponding Kotlin primitive is Boolean. Corresponding encoder and decoder methods are Encoder.encodeBoolean and Decoder.decodeBoolean.

Functions

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