operator [] abstract method

T operator [](
  1. int i
)

Index operator, get value index i

Implementation

T operator [](int i);