operator [] method Null safety

T operator [](
  1. int index
)

This extension method must be invoked with a compile-time constant T.

Implementation

external T operator [](int index);