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