operator [] method

dynamic operator [](
  1. Int index
)

Atomically gets the value of the element at the given index.

Implementation

external operator [](Int index);