I can see there\'s a sorting object, Sorting, with a quicksort method, quickSort, on it.
Sorting
quickSort
What would be a code example of using it, sorting
I prefer to user Sorting util
Example :
val arr = Array(7,5,1, 9,2) scala.util.Sorting.quickSort(arr)
please read this for more info Sorting util