Find any index of a value using binary search.
a sorted array
search value
compare function (a, b)
map function (v, i, x)
index of value, or ~(index of closest value)
Generated using TypeDoc
Find any index of a value using binary search.