exists(item) → {boolean}
Checks for the item within this list.
Parameters
| Name | Type | Description |
|---|---|---|
item | any | The element to get the list index for. |
Returns
boolean -
True if the item is found in the list, otherwise false.
- Source code: utils/ArraySet.js (Line 95)
Please login to continue.