SetElement sets a specific element in the array by array index. Only valid for Array types.
Parameters |
Description |
unsigned idx |
The index of the element to set. |
const Value& val |
The value of the element to set. |
True if the element was set otherwise false.