Product SiteDocumentation Site

5.3.6.35. sortWith


>>-sortWith(comparator)----------------------------------------><

Sorts an array of items into ascending order using an unstable Quicksort algorithm. Ordering of elements is determined using the comparator argument. See Section 5.3.18, “Sorting Ordered Collections” for details.