getArrayUInt16
fun Buffer.getArrayUInt16(index: Int, out: UShortArrayInt, offset: Int = 0, size: Int = out.size - offset): UShortArrayInt
Deprecated
Replace with
import korlibs.memory.UShortArrayInt
Content copied to clipboard
UShortArrayInt(getS16Array(index * Short.SIZE_BYTES, out.data, offset, size))
Content copied to clipboard