[][src]Module sorting_rs::merge_sort

Functions

merge_sort

Sorts a slice out-of-place using Merge sort. All kinds of slices can be sorted as long as they implement PartialOrd.