getArray

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