setArrayUInt8
fun Buffer.setArrayUInt8(index: Int, inp: UByteArrayInt, offset: Int = 0, size: Int = inp.size - offset)
Deprecated
Replace with
setArray(index * Byte.SIZE_BYTES, inp.data, offset, size)
Content copied to clipboard
setArray(index * Byte.SIZE_BYTES, inp.data, offset, size)