Array.removeElement
void removeElement(uint index)Removes the element at the given position inside an array.
This function will release the reference held on the element.
Parameters
index | the position of the element to be removed |
void removeElement(uint index)Removes the element at the given position inside an array.
This function will release the reference held on the element.
index | the position of the element to be removed |