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

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