Documentation
Toggle table of contents
dev
Select version
0.0.0-a04-SNAPSHOT
dev
common
Target filter
common
Switch theme
Search in API
Skip to content
Documentation
text
/
org.k3lp.lib.text.unicode
/
Normalizer
/
decomposeTo
decompose
To
fun
decomposeTo
(
dest
:
MutableList
<
Int
>
,
atoms
:
Iterable
<
K3StringAtom
>
,
compatibility
:
Boolean
)
(
source
)
fun
decomposeTo
(
dest
:
MutableList
<
Int
>
,
codePoint
:
Int
,
compatibility
:
Boolean
)
(
source
)