The function returns the index of the array element by value.
The array in which the search is performed.
Element value in the array.
The index of the array element. -1 if the element was not found.
See Implementation
The function returns the index of the array element by value.