data class Codepoint
<init> |
Codepoint(value: Int) |
value |
val value: Int |
highSurrogate |
val Codepoint.highSurrogate: Char |
isBmpCodePoint |
val Codepoint.isBmpCodePoint: Boolean |
lowSurrogate |
val Codepoint.lowSurrogate: Char |
asString |
fun Codepoint.asString(): String |