Module rust_sort::insertion_sort[][src]

Functions

sort

Insertion sorts in-place, stable, in ascending order, a mutable ref slice of type T: Sortable