Atomically reads the 32-bit element at index.
index
@override int atomicLoad(int index) { _checkIndex(index); return _atomicView[index]; }