Lodash.sortedIndex

Uses a binary search to determine the lowest index at which value should be inserted into array in order to maintain its sort order.

struct Lodash
nothrow @trusted @safe ref
sortedIndex
(
T
)
(
auto ref T value
)

Return Value

Type: auto ref

- Lodash chained on (number): the index at which value should be inserted into array.

Meta