operator [] method Null safety

T operator [](
  1. int index
)

This extension method must be invoked on a receiver of type Pointer<T> where T is a compile-time constant type.

Implementation

external T operator [](int index);