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