This method is like _.indexOf except that it iterates over elements of array from right to left.
The array to search.
The value to search for.
Optional
The index to search from or true to perform a binary search on a sorted array.
Returns the index of the matched value, else -1.
This method is like _.indexOf except that it iterates over elements of array from right to left.