Function sort_method::bubble::sort[][src]

pub fn sort<T: Copy + PartialOrd>(data: &mut Vec<T>)