Skip to main content

is_permutation_f64

Function is_permutation_f64 

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

Check if two slices contain the same elements (as a multiset).