Function sorting_vec::btree_sort[][src]

pub fn btree_sort<T: Ord>(vec: Vec<T>) -> BTreeMap<T, usize>