[][src]Module sorting_rs::bingo_sort

Functions

bingo_sort

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