Macro assert_eq_hex

macro_rules! assert_eq_hex {
    ($left:expr, $right:expr) => { ... };
}
Expand description

Compares two operands by equality. If operands are not equal panics and prints both operands as hex arrays.

ยงArguments

Both arguments have to be arrays, slices or vectors.