apply_permutation

Function apply_permutation 

Source
pub fn apply_permutation<T>(perm: &[usize], data: &mut [T])
Expand description

Apply a permutation to some data