Macro std::prelude::assert_eq

Re-export from std::assert_eq

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

Panics if lhs and rhs are not equal.

Examples