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

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