operator [] method

int operator [] (int index)

Implementation

N operator [](int index) => _list[index];