getArrayUInt8

fun Buffer.getArrayUInt8(index: Int, out: UByteArrayInt, offset: Int = 0, size: Int = out.size - offset): UByteArrayInt

Deprecated

Replace with

import korlibs.memory.UByteArrayInt
UByteArrayInt(getS8Array(index * Byte.SIZE_BYTES, out.data, offset, size))