pub fn sort_copy<T: Copy + Ord>(slice: &mut [T]) -> usize
Expand description

UNSTABLE! FOR INTERNAL USE ONLY.