Lodash.sortedLastIndex

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.

struct Lodash
nothrow @trusted @safe ref
sortedLastIndex
(
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