Function sort::exchange_sorts::bubble_sort::bubble_sort_cmp[][src]

pub fn bubble_sort_cmp<T, F>(v: &mut [T], f: F) where
    F: Fn(&T, &T) -> isize