Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays. @param a the array to sort by @param b the array to re-arrange based on the sort order of the first array.
(int[] a, double[] b)
source not stored for this graph (policy: none)
no test coverage detected