sort_in_vec

Function sort_in_vec 

Source
pub fn sort_in_vec<T: Ord>(v: &mut Vec<T>)
Expand description

Like sort, except this function allocates its space at the end of the given Vec.