Macro impl_signed

Source
macro_rules! impl_signed {
    ($($signed:ty : $unsigned:ty)+) => { ... };
}