[][src]Module sorting_rs::comb_sort

Functions

comb_sort

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