Function inplace_merge

Source
pub fn inplace_merge<T: Ord + Copy>(a: &mut [T], k: usize)
Expand description

a[0..k]a[k..]<で比較してマージする。