toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.encoding
/
Hex
/
decode
decode
fun
decode
(
str
:
String
,
out
:
ByteArray
=
ByteArray(str.length / 2)
)
:
ByteArray
inline
fun
decode
(
str
:
String
,
out
:
(
Int
,
Byte
)
->
Unit
)