kotlin-stdlib / kotlin / arrayOfNulls arrayOfNulls Common JVM JS Native 1.0 fun <reified T> arrayOfNulls(size: Int): Array<T?>(Common source) (Native source) Returns an array of objects of the given type with the given size, initialized with null values.