Function gstd::prelude::slice::sort::unstable::sort

source ·
pub fn sort<T, F>(v: &mut [T], is_less: &mut F)
where F: FnMut(&T, &T) -> bool,
🔬This is a nightly-only experimental API. (slice_internals)
Expand description