operator [] method

T operator [](
  1. int index
)

Returns the indexth element.

Implementation

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