operator []= method

void operator []=(
  1. int position,
  2. T value
)

Sets the value at position in this Array.

Implementation

external void operator []=(int position, T value);