Function wasm_sort::selection_sort[][src]

pub fn selection_sort<T: PartialOrd>(v: &mut Vec<T>)