Macro integer

Source
macro_rules! integer {
    ($Int:ident, $Uint:ident) => { ... };
}