Searched refs:sorted_unstable_by (Results 1 – 2 of 2) sorted by relevance
352 fn sorted_unstable_by() { in sorted_unstable_by() function358 let v = (0..5).sorted_unstable_by(|&a, &b| a.cmp(&b).reverse()); in sorted_unstable_by()
2289 fn sorted_unstable_by<F>(self, cmp: F) -> VecIntoIter<Self::Item> in sorted_unstable_by() method