operator []= abstract method

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

Implementation

void operator []=(int index, num value);