Function glidesort::sort_by

source ·
pub fn sort_by<T, F>(v: &mut [T], compare: F)where
F: FnMut(&T, &T) -> Ordering,
Expand description