Macro std::assert_eq

macro assert_eq($lhs, $rhs) { ... }

Panics if lhs and rhs are not equal.

Examples