korlibs
Toggle table of contents
6.1.0-SNAPSHOT
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.util
/
arraycopy
arraycopy
wasmJs
fun
arraycopy
(
src
:
Int32Array
,
srcPos
:
Int
,
dst
:
IntArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
IntArray
,
srcPos
:
Int
,
dst
:
Int32Array
,
dstPos
:
Int
,
size
:
Int
)