add

Macro add 

Source
macro_rules! add {
    ($value1:expr, $value2:expr) => { ... };
}
Expand description

Add two integers using wrapping