Module heap_sort

Source

Functionsยง

heap_bottom_up_sort
heap_sort
Sorts a slice in-place using Heap sort, Bottom-up heap sort, Weak heap sort. All kinds of slices can be sorted as long as they implement PartialOrd.
weak_heap_sort