[][src]Module sorting_rs::selection_sort

Functions

selection_sort

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