mixed `[]=(int index, mixed value)
Index assign operator. Set the value at the index index to be value
The index to set
The new value
The new value at the index index
An error if the index is out of range.