operator [] method

T operator [](
  1. int index
)

Returns the token at index.

Implementation

T operator [](int index) => _values[index];