pub fn is_permutation_u32(a: &[u32], b: &[u32]) -> bool
Check if two u32 slices contain the same elements.