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