This method is like _.sortedIndex except that it returns the highest index at which value should be inserted into array in order to maintain its sort order.
- Lodash chained on (number): the index at which value should be inserted into array.
See Implementation
This method is like _.sortedIndex except that it returns the highest index at which value should be inserted into array in order to maintain its sort order.