arrayOfNulls

Common
JVM
JS
Native
1.0
fun <reified T> arrayOfNulls(size: Int): Array<T?>

Returns an array of objects of the given type with the given size, initialized with null values.