Check if sorted array has a value using binary search.
a sorted array
search value
compare function (a, b)
map function (v, i, x)
true if value is found
Generated using TypeDoc
Check if sorted array has a value using binary search.