operator []= method

void operator []=(
  1. Int index,
  2. T newValue
)

Atomically sets the value of the element at the given index to the newValue.

Implementation

external operator []=(Int index, T newValue);