Skip to main content

is_permutation_u32

Function is_permutation_u32 

Source
pub fn is_permutation_u32(a: &[u32], b: &[u32]) -> bool
Expand description

Check if two u32 slices contain the same elements.