操作符 [] 方法

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

实现

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