arr.del
Deleting item(s). The method removes an item with the specified number.
method arr.del (
uint num
)
uint num
)
Parameters
num | The number of item starting from 0. |
arr.del
The method removes items from the array.
method arr arr.del (
uint from,
uint count
)
uint from,
uint count
)
Parameters
from | The number of the first item being deleted (from 0). |
count | The count of the items to be deleted. |
Return value
Returns the object which method has been called.
Related links | Source |