operator [] method Null safety

Pointer<T> operator [](
  1. int index
)

Implementation

external Pointer<T> operator [](int index);