Method ADT.CircularList()->`[]=()
- Method `[]=
ADT.CircularList()
[index
] =value
- Description
Index assign operator. Set the value at the index
index
to bevalue
- Parameter
index
The index to set
- Parameter
value
The new value
- Returns
The new value at the index
index
- Throws
An error if the index is out of range.