Skip to main content

increment

Macro increment 

Source
macro_rules! increment {
    ( $( $args:expr ),+ ) => { ... };
}