[][src]Module sorting_rs::cycle_sort

Functions

cycle_sort

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