Macro parallel_op

Source
macro_rules! parallel_op {
    ($op1:tt, $op2:tt) => { ... };
    ($op1:tt $(, $ops:tt)*) => { ... };
}