getArrayUInt8
fun Buffer.getArrayUInt8(index: Int, out: UByteArrayInt, offset: Int = 0, size: Int = out.size - offset): UByteArrayInt
Deprecated
Replace with
import korlibs.memory.UByteArrayInt
Content copied to clipboard
UByteArrayInt(getS8Array(index * Byte.SIZE_BYTES, out.data, offset, size))
Content copied to clipboard