copyTo

actual fun Int8Array<*>.copyTo(target: ByteArray, targetOffset: Int)(source)

Copies this Int8Array bytes to target starting at targetOffset.

actual fun Int8Array<*>.copyTo(target: ByteArray, targetOffset: Int)(source)

Copies this Int8Array bytes to target starting at targetOffset.

expect fun Int8Array<*>.copyTo(target: ByteArray, targetOffset: Int)(source)

Copies this Int8Array bytes to target starting at targetOffset.