adam.removeAt

bool removeAt(size_t index) @safe

Remove element at index. Returns false if out of range or NULL.

Parameters

indexThe index of the element to remove.

Returns

true if the element was removed, false if index is out of range or value is NULL.

Throws

AdamTypeException if this is not an ARRAY.