[][src]Function timsort::sort_by

pub fn sort_by<T, C: Fn(&T, &T) -> Ordering>(list: &mut [T], c: C)