Macro assert_neq_hex
macro_rules! assert_neq_hex {
($left:expr, $right:expr) => { ... };
}
Expand description
Compares two operands by equality. If operands are equal panics and prints a single operand as hex array.
ยงArguments
Both arguments have to be arrays, slices or vectors.