operator []= method

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

Implementation

operator []=(int index, T value) => set(index, value);