newArray

open fun newArray(length: Int): Array<Int>

Allocate and return an array of the specified size.