Macro std::assert_ne

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

Panics if lhs and rhs are equal.

Examples