[][src]Module sort_it::selection

Functions

selection_sort

Takes a vec of any type implementing std::cmp::PartialOrd and returns the ordered list in ascending order.