Returns the index of the specified key in the specified array. This function is poorly named because it does not give the rank if the array has duplicate keys or if the key is not in the array. @param key the search key @param a the array of integers, must be sorted in ascending order @r
(int key, int[] a)
source not stored for this graph (policy: none)