INT

object INT : PrimitiveKind

Primitive kind that represents a 32-bit int value. Corresponding Kotlin primitive is Int. Corresponding encoder and decoder methods are Encoder.encodeInt and Decoder.decodeInt.

Functions

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