FourCharCode

inline class FourCharCode(val value: Int)

Constructors

Link copied to clipboard
constructor(c0: Char, c1: Char, c2: Char, c3: Char)
constructor(str: String)
constructor(value: Int)

Properties

Link copied to clipboard
val c0: Char
Link copied to clipboard
val c1: Char
Link copied to clipboard
val c2: Char
Link copied to clipboard
val c3: Char
Link copied to clipboard
val value: Int