Macro mm

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

Decrements the provided integer by one.