Skip to main content

add

Macro add 

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