Sorts indices of the elements of the specified array in ascending order. After sorting, a[i[0]] <= a[i[1]] <= a[i[2]] <= .... @param a the array. @param i the indices to be sorted.
(byte[] a, int[] i)
source not stored for this graph (policy: none)