setArrayInt64

fun Buffer.setArrayInt64(index: Int, inp: LongArray, offset: Int = 0, size: Int = inp.size - offset)

Deprecated

Replace with

setArray(index * Long.SIZE_BYTES, inp, offset, size)