macro_rules! try_op_ref { ($t:ty, $l:ident, $l_s:expr, $r:ident, $r_s:expr, $op:expr) => { ... }; }
Expand description
Same as try_op
but with a type hint for the returned array
macro_rules! try_op_ref { ($t:ty, $l:ident, $l_s:expr, $r:ident, $r_s:expr, $op:expr) => { ... }; }
Same as try_op
but with a type hint for the returned array