Home
last modified time | relevance | path

Searched refs:insert_head (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/rust/alloc/
Dslice.rs888 fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() function
1101 insert_head(&mut v[i..], &mut is_less); in merge_sort()
1143 insert_head(&mut v[start..end], &mut is_less); in merge_sort()