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