Macro impl_integer

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