Function sortrs::insertsort_by [] [src]

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