Macro ensure_and_debug_assert_eq

Source
macro_rules! ensure_and_debug_assert_eq {
    ($left:expr, $right:expr, $($arg:tt)*) => { ... };
}
Expand description

Returns early with an error on two expressions inequality. In non-optimized builds, panics instead if so.