Function sorting_lib::merge_sort

source ยท
pub fn merge_sort<T: Ord + Clone>(arr: &mut [T])