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