arrayOfNulls
Returns an array of objects of the given type with the given size, initialized with null values.
Since Kotlin
1.0Throws
if the specified size is negative.
Returns an array of objects of the given type with the given size, initialized with null values.
Since Kotlin
1.1Returns an array of objects of the given type with the given size, initialized with null values.
Since Kotlin
1.3Throws
if the specified size is negative.
Returns an array of objects of the given type with the given size, initialized with null values.
Since Kotlin
1.8Throws
if the specified size is negative.