code point sequence - xenomachina/xenocom GitHub Wiki
com.xenomachina.text / kotlin.String / codePointSequence
fun String.codePointSequence(): Sequence<Int>
(source)
Produces a Sequence of the Unicode code points in the given String.
com.xenomachina.text / kotlin.String / codePointSequence
fun String.codePointSequence(): Sequence<Int>
(source)
Produces a Sequence of the Unicode code points in the given String.