Macro impl_integer

macro_rules! impl_integer {
    { $($integer:ty),* } => { ... };
}