运算符 []= 方法

void operator []=(
  1. int index,
  2. Pointer<T> value
)

实现

external void operator []=(int index, Pointer<T> value);