operator [] method Null safety

int operator [] (
  1. int index
)

Implementation

external int operator [](int index);