copy Into
abstract fun copyInto(destination: PrimitiveArrayWrapper<PT, AT>, destinationOffset: Int = 0, startIndex: Int = 0, endIndex: Int): PrimitiveArrayWrapper<PT, AT>
将此数组的元素复制到给定的 PrimitiveArrayWrapper 中.
参考 kotlin.collections.copyInto
Return
Parameters
destination
用于存储复制元素的 PrimitiveArrayWrapper
destination Offset
目标数组中的起始偏移量
start Index
此数组中的起始索引
end Index
此数组中的结束索引(不包括)