[][src]Module sorting_rs::pancake_sort

Functions

pancake_sort

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