macro_rules! ensure_ne {
    ($l:expr, $r:expr) => { ... };
    ($l:expr, $r:expr, $arg:expr) => { ... };
}
Expand description

Ensure the first two arguments are not equal, using bail otherwise.