[][src]Module sorting_rs::cocktail_sort

Functions

cocktail_sort

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