Function sortrs::heapsort_by [] [src]

pub fn heapsort_by<T: PartialOrd, F>(v: &mut [T], lt: F) where F: Fn(&T, &T) -> bool