Macro impl_unsigned

Source
macro_rules! impl_unsigned {
    ($($ty:ty)+) => { ... };
}