operator [] method Null safety

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

Implementation

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