korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
common
js
jvm
native
wasmJs
Target filter
android
common
js
jvm
native
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-ffi-legacy
/
korlibs.ffi
/
arraycopy
arraycopy
android
common
js
jvm
native
wasmJs
actual
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
fun
arraycopy
(
src
:
Buffer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
Buffer
,
dstPos
:
Int
,
length
:
Int
)
expect
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
actual
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
actual
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
actual
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)
actual
fun
arraycopy
(
src
:
FFIPointer
,
srcPos
:
Int
,
dst
:
FFIPointer
,
dstPos
:
Int
,
length
:
Int
)