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