运算符 []= 方法

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

实现

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