toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.lang
/
Charset
/
Companion
/
decodeCodePoints
decode
Code
Points
inline
fun
decodeCodePoints
(
src
:
CharSequence
,
start
:
Int
,
end
:
Int
,
block
:
(
codePoint
:
Int
)
->
Unit
)