getIndex(item) → {integer}
Gets the index of the item in the list, or -1 if it isn't in the list.
Parameters
Name | Type | Description |
---|---|---|
item | any | The element to get the list index for. |
Returns
integer -
The index of the item or -1 if not found.
- Source code: utils/ArraySet.js (Line 57)
Please login to continue.