WChar

inline class WChar(val codePoint: Int)

Constructors

Link copied to clipboard
constructor(codePoint: Int)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun toChar(): Char
Link copied to clipboard
fun toInt(): Int