Function shell_sort

Source
pub fn shell_sort<T: PartialOrd>(arr: &mut [T])