Returns the index of the specified key in the specified array. @param a the array of integers, must be sorted in ascending order @param key the search key @return index of key in array a if present; -1 otherwise
(int[] a, int key)
Source from the content-addressed store, hash-verified