[][src]Module sorting_rs::insertion_sort

Functions

insertion_sort

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