Function heap_sort

Source
pub fn heap_sort<T: PartialOrd>(arr: &mut [T])