void delete (PropertyArray arr, int index)
void delete (PropertyArray arr, int index)
arr
located at index
and shifts any subsequent elements to the left (subtracts one from their indices).Name | Type | Description |
---|---|---|
arr | PropertyArray | A PropertyArray to delete an element from. |
index | int | The index in the PropertyArray arr to delete. |
Type | Description |
---|---|
void |