operator [] method

TValue operator [] (
  1. int index
)

Implementation

TValue operator [](int index) => elements[index];