getArray

fun getArray(index: Int, out: UShortArrayInt, offset: Int = 0, size: Int = out.size - offset): UShortArrayInt
fun getArray(index: Int = 0, size: Int = this.size - index): UShortArrayInt