pub fn const_sort_asc<T, F>(v: &mut [T], cmp: &F)where F: Fn(&T, &T) -> Choice, T: ConditionallySwappable,