This method is like _.lastIndexOf except that it performs a binary search on a sorted array.
- Lodash chained on (number): the index of the matched value, else -1.
See Implementation
This method is like _.lastIndexOf except that it performs a binary search on a sorted array.