Uses a binary search to determine the lowest 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
Uses a binary search to determine the lowest index at which value should be inserted into array in order to maintain its sort order.