remove(item) → {any}
Removes the given element from this list if it exists.
Parameters
Name | Type | Description |
---|---|---|
item | any | The item to be removed from the list. |
Returns
any -
item - The item that was removed.
- Source code: utils/ArraySet.js (Line 119)
Please login to continue.