kotest-property / io.kotest.property.arbitrary / Codepoint

Codepoint

data class Codepoint

Constructors

<init>

Codepoint(value: Int)

Properties

value

val value: Int

Extension Properties

highSurrogate

val Codepoint.highSurrogate: Char

isBmpCodePoint

val Codepoint.isBmpCodePoint: Boolean

lowSurrogate

val Codepoint.lowSurrogate: Char

Extension Functions

asString

fun Codepoint.asString(): String