Utility method for swapping elements in an array. @param arr is an array to be swapped @param i is index of first element @param j is index of second element
(int[] arr, int i, int j)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected