macro_rules! op {
($l:ident, $l_s:expr, $r:ident, $r_s:expr, $op:expr) => { ... };
}
Expand description
Perform an infallible binary operation on potentially scalar inputs
macro_rules! op {
($l:ident, $l_s:expr, $r:ident, $r_s:expr, $op:expr) => { ... };
}
Perform an infallible binary operation on potentially scalar inputs