Skip to main content

sorted_by_key

Function sorted_by_key 

Source
fn sorted_by_key<K, S>(values: Vec<K>, key: impl Fn(&K) -> S) -> Vec<K>
where S: Ord,