merge_sort

Function merge_sort 

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