Find first index of value using binary search.
a sorted array
search value
begin index [0]
index of value, or -1
Generated using TypeDoc
Find first index of value using binary search.