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