operator []= abstract method

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

Implementation

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