kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.text
/
isSurrogatePair
is
Surrogate
Pair
Native
fun
Char.Companion
.
isSurrogatePair
(
high
:
Char
,
low
:
Char
)
:
Boolean