kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.text
/
isSupplementaryCodePoint
is
Supplementary
Code
Point
Native
fun
Char.Companion
.
isSupplementaryCodePoint
(
codepoint
:
Int
)
:
Boolean
Checks if the codepoint specified is a supplementary codepoint or not.