binarySearch
Returns the index of an item or a negative number in the case the item is not found. The negative index represents the nearest position after negating + 1.
Returns the index of an item or a negative number in the case the item is not found. The negative index represents the nearest position after negating + 1.