[][src]Module sorting_rs::bitonic_sort

Functions

bitonic_sort

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