copyTo
expect fun copyTo(destination: Memory, offset: Int, length: Int, destinationOffset: Int)
Content copied to clipboard
expect fun copyTo(destination: Memory, offset: Long, length: Long, destinationOffset: Long)
Content copied to clipboard
Copies bytes from this memory range from the specified offset and length to the destination at destinationOffset. Copying bytes from a memory to itself is allowed.
actual fun copyTo(destination: Memory, offset: Int, length: Int, destinationOffset: Int)
Content copied to clipboard
actual fun copyTo(destination: Memory, offset: Long, length: Long, destinationOffset: Long)
Content copied to clipboard
Copies bytes from this memory range from the specified offset and length to the destination at destinationOffset. Copying bytes from a memory to itself is allowed.
actual fun copyTo(destination: Memory, offset: Int, length: Int, destinationOffset: Int)
Content copied to clipboard
actual fun copyTo(destination: Memory, offset: Long, length: Long, destinationOffset: Long)
Content copied to clipboard
Copies bytes from this memory range from the specified offset and length to the destination at destinationOffset. Copying bytes from a memory to itself is allowed.