Macro impl_int

Source
macro_rules! impl_int {
    ($($t:ident)*) => { ... };
}