toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
arraycopy
arraycopy
fun
<
T
>
arraycopy
(
src
:
Array
<
out
T
>
,
srcPos
:
Int
,
dst
:
Array
<
out
T
>
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
BooleanArray
,
srcPos
:
Int
,
dst
:
BooleanArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
LongArray
,
srcPos
:
Int
,
dst
:
LongArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
ByteArray
,
srcPos
:
Int
,
dst
:
ByteArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
ShortArray
,
srcPos
:
Int
,
dst
:
ShortArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
CharArray
,
srcPos
:
Int
,
dst
:
CharArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
IntArray
,
srcPos
:
Int
,
dst
:
IntArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
FloatArray
,
srcPos
:
Int
,
dst
:
FloatArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
DoubleArray
,
srcPos
:
Int
,
dst
:
DoubleArray
,
dstPos
:
Int
,
size
:
Int
)
fun
<
T
>
arraycopy
(
src
:
List
<
T
>
,
srcPos
:
Int
,
dst
:
MutableList
<
T
>
,
dstPos
:
Int
,
size
:
Int
)
Copies
size
elements of
src
starting at
srcPos
into
dst
at
dstPos
inline
fun
<
T
>
arraycopy
(
size
:
Int
,
src
:
Any
?
,
srcPos
:
Int
,
dst
:
Any
?
,
dstPos
:
Int
,
setDst
:
(
Int
,
T
)
->
Unit
,
getSrc
:
(
Int
)
->
T
)
fun
arraycopy
(
src
:
Buffer
,
srcPos
:
Int
,
dst
:
ByteArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
ByteArray
,
srcPos
:
Int
,
dst
:
Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Buffer
,
srcPos
:
Int
,
dst
:
Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Uint8Buffer
,
srcPos
:
Int
,
dst
:
Uint8Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Uint8Buffer
,
srcPos
:
Int
,
dst
:
UByteArrayInt
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
UByteArrayInt
,
srcPos
:
Int
,
dst
:
Uint8Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Uint16Buffer
,
srcPos
:
Int
,
dst
:
Uint16Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Uint16Buffer
,
srcPos
:
Int
,
dst
:
UShortArrayInt
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
UShortArrayInt
,
srcPos
:
Int
,
dst
:
Uint16Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int8Buffer
,
srcPos
:
Int
,
dst
:
Int8Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int8Buffer
,
srcPos
:
Int
,
dst
:
ByteArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
ByteArray
,
srcPos
:
Int
,
dst
:
Int8Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int16Buffer
,
srcPos
:
Int
,
dst
:
Int16Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int16Buffer
,
srcPos
:
Int
,
dst
:
ShortArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
ShortArray
,
srcPos
:
Int
,
dst
:
Int16Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int32Buffer
,
srcPos
:
Int
,
dst
:
Int32Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int32Buffer
,
srcPos
:
Int
,
dst
:
IntArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
IntArray
,
srcPos
:
Int
,
dst
:
Int32Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Float32Buffer
,
srcPos
:
Int
,
dst
:
Float32Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Float32Buffer
,
srcPos
:
Int
,
dst
:
FloatArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
FloatArray
,
srcPos
:
Int
,
dst
:
Float32Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Float64Buffer
,
srcPos
:
Int
,
dst
:
Float64Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Float64Buffer
,
srcPos
:
Int
,
dst
:
DoubleArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
DoubleArray
,
srcPos
:
Int
,
dst
:
Float64Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int64Buffer
,
srcPos
:
Int
,
dst
:
Int64Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
Int64Buffer
,
srcPos
:
Int
,
dst
:
LongArray
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
LongArray
,
srcPos
:
Int
,
dst
:
Int64Buffer
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
UByteArrayInt
,
srcPos
:
Int
,
dst
:
UByteArrayInt
,
dstPos
:
Int
,
size
:
Int
)
fun
arraycopy
(
src
:
UShortArrayInt
,
srcPos
:
Int
,
dst
:
UShortArrayInt
,
dstPos
:
Int
,
size
:
Int
)