storeUByteArray
inline fun Memory.storeUByteArray(
offset: Int,
source: <ERROR CLASS>,
sourceOffset: Int = 0,
count: Int = source.size - sourceOffset
): Unit
inline fun Memory.storeUByteArray(
offset: Long,
source: <ERROR CLASS>,
sourceOffset: Int = 0,
count: Int = source.size - sourceOffset
): Unit
Copies unsigned shorts integers from the source array at sourceOffset to this memory at the specified offset.
Parameters
sourceOffset
- items