Skip to main content

vec_set_eq

Function vec_set_eq 

Source
pub fn vec_set_eq<T: PartialEq>(a: &[T], b: &[T]) -> bool
Expand description

Return true if a and b are set-equal (same elements, any order).