toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.lang
/
forEachCodePoint
for
Each
Code
Point
inline
fun
WString
.
forEachCodePoint
(
block
:
(
index
:
Int
,
codePoint
:
Int
,
error
:
Boolean
)
->
Unit
)
:
Int
inline
fun
String
.
forEachCodePoint
(
block
:
(
index
:
Int
,
codePoint
:
Int
,
error
:
Boolean
)
->
Unit
)
:
Int