Module sort_it::selection[][src]

Functions

selection_sort

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