Function sort

Source
pub fn sort<T>(arr: &mut [T])
where T: PartialEq + Ord,