setArrayUInt16

fun Buffer.setArrayUInt16(index: Int, inp: UShortArrayInt, offset: Int = 0, size: Int = inp.size - offset)

Deprecated

Replace with

setArray(index * Short.SIZE_BYTES, inp.data, offset, size)