mul

Macro mul 

Source
macro_rules! mul {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Builds a Term::Mul from two Terms.