Is there a builtin method to find the index of an item in an array or sequence, equivalent to Python index
? (It may return the index of the first occurrence, or all the indices.)
Asked
Active
Viewed 3,696 times