Skip to main content

mul

Macro mul 

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