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