Skip to main content

assert_eq_uvec

Macro assert_eq_uvec 

Source
macro_rules! assert_eq_uvec {
    ( $x:expr, $y:expr $(,)? ) => { ... };
}
Expand description

Panic when the vectors are different, without taking the order into account.