kotlin-stdlib / kotlin.concurrent / AtomicIntArray / get get Native 1.3 operator fun get ( index : Int ) : Int (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.