Lodash.sortedIndexOf

This method is like _.indexOf except that it performs a binary search on a sorted array.

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

Return Value

Type: auto ref

- Lodash chained on (number): the index of the matched value, else -1.

Meta