Macro impl_for_ints

Source
macro_rules! impl_for_ints {
    ($trait:ident, $block:tt) => { ... };
}