operator [] method

int operator [](
  1. int index
)

Operator overloads

Implementation

int operator [](int index) => get(index);