Function sort_it::bubble::bubble_sort[][src]

pub fn bubble_sort<T: PartialOrd>(list: Vec<T>) -> Vec<T>