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