[][src]Function sorting_rs::merge_sort::merge_sort

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