Function sort::merge_sort[][src]

pub fn merge_sort<T: PartialOrd + Clone>(v: &mut [T]) -> Vec<T>