kotlin-stdlib / kotlin.concurrent / AtomicArray / get get Native 1.3 operator fun get ( index : Int ) : T (source) Atomically gets the value of the element at the given index . Provides sequential consistent ordering guarantees. Exceptions IndexOutOfBoundsException - if the index is out of bounds of this array.