macro_rules! component_wise_signed {
($eval:expr, $span:expr, [$($expr:expr),+ $(,)?], | $($arg:ident),+ | $tt:tt) => { ... };
}
Expand description
A convenience macro for using the same RHS for each Signed
variant in a call to component_wise_signed
.