Searched refs:merge_sort (Results 1 – 1 of 1) sorted by relevance
278 merge_sort(self, |a, b| a.lt(b)); in sort()334 merge_sort(self, |a, b| compare(a, b) == Less); in sort_by()377 merge_sort(self, |a, b| f(a).lt(&f(b))); in sort_by_key()1081 fn merge_sort<T, F>(v: &mut [T], mut is_less: F) in merge_sort() function
Completed in 5 milliseconds