increment

Macro increment 

Source
macro_rules! increment {
    ($value:expr) => { ... };
}
Expand description

Macro for increment operations.