[][src]Function rustils::array::swaping

pub fn swaping<T: Ord + Copy>(ary: &mut [T], a: usize, b: usize) -> bool