operator [] method Null safety
- int index
This extension method must be invoked with a compile-time constant T
.
Implementation
external T operator [](int index);
This extension method must be invoked with a compile-time constant T
.
external T operator [](int index);