sorting/quick_sort library

Functions

compare(dynamic a, dynamic b) int
quickSort(List elements, {int compare(dynamic, dynamic)?}) List