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) @safeStore rhs under key, promoting NULL to an OBJECT on first write.
Throws
AdamTypeException if the value is a non-NULL, non-OBJECT type.