kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native.concurrent
/
MutableData
/
copyInto
copy
Into
Native
fun
copyInto
(
output
:
ByteArray
,
destinationIndex
:
Int
,
startIndex
:
Int
,
endIndex
:
Int
)
Copies range of mutable data to the byte array.