Macro pp_mut

Source
macro_rules! pp_mut {
    ($integer:ident) => { ... };
}
Expand description

Increments the provided integer by one and returns it.