Partially sorts the elements of the specified array in ascending order. After partial sorting, the element a[k] with specified index k has the value it would have if the array were completely sorted. That is, a[0:k-1] <= a[k] <= a[k:n-1], where n is the length of a. @param k the index. @param
(int k, byte[] a)
source not stored for this graph (policy: none)