pub fn insertion_sort<T: PartialOrd>(arr: &mut [T])
Expand description

插入排序 Θ(n^2)