NewArray

interface NewArray<T>

Functions

newArray
Link copied to clipboard
abstract fun newArray(size: Int): Array<T>