Sets the int at the specified index to the given value
index
value
void operator []=(int index, int value) { _list[index] = value; }