[][src]Function dsar::insertion_sort

pub fn insertion_sort<T: Ord>(list: &mut [T])

Insertion sort (swapping)