Function sort::merge_sort[][src]

pub fn merge_sort<T: PartialOrd + Copy>(list: &mut [T])