Function glidesort::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.