Home
last modified time | relevance | path

Searched refs:sort_by_key (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs300 /// v.sort_by_key(|k| k.abs());
307 pub fn sort_by_key<K, F>(&mut self, mut f: F) in sort_by_key() functions
326 /// basic operations), [`sort_by_key`](slice::sort_by_key) is likely to be
360 macro_rules! sort_by_key { in sort_by_cached_key() macros
389 return sort_by_key!(u8, self, f); in sort_by_cached_key()
392 return sort_by_key!(u16, self, f); in sort_by_cached_key()
395 return sort_by_key!(u32, self, f); in sort_by_cached_key()
397 sort_by_key!(usize, self, f) in sort_by_cached_key()

Completed in 2 milliseconds