Function merge_sort

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