AtomicArray
Creates a new AtomicArray
The function init is called for each array element sequentially starting from the first one. It should return the value for an array element given its index.
Since Kotlin
1.9Throws
if the specified size is negative.