remove_nth
Description:
Removes the value at position index
for key
from this.
If there are other keys related to key
, their values at position index
will also be removed from
this.
Parameters:
this |
a data |
key |
a metadata key |
index |
index of key to be removed, starting at 0 |