operator [] abstract method

E operator [](
  1. int index
)
inherited

Returns an item of the type E at index.

Throws RangeError if index is out of bounds.

Implementation

E operator [](int index);