pub fn bubble_sort<T: PartialOrd + Clone>(collection: &[T]) -> Vec<T>
See module level documentation.