AdamIndexException if index is out of bounds.
adam.opIndexAssign
void opIndexAssign(T)(T rhs, size_t index) @safeAssign a value to an array element at the given index.
Parameters
rhs | The value to assign. |
index | The array index. |
Throws
AdamTypeException if this is not an ARRAY.
void opIndexAssign(T)(T rhs, string key) @safeNo documentation available for this declaration.