impl_integer

Macro impl_integer 

Source
macro_rules! impl_integer {
    ($wrap:ident($ty:ty)) => { ... };
    ($($wraps:ident($tys:ty))*) => { ... };
}