Macro try_op

Source
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