Searched refs:insert_head (Results 1 – 1 of 1) sorted by relevance
888 fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() function1101 insert_head(&mut v[i..], &mut is_less); in merge_sort()1143 insert_head(&mut v[start..end], &mut is_less); in merge_sort()