impl_unsigned_signed_for_wrapping

Macro impl_unsigned_signed_for_wrapping 

Source
macro_rules! impl_unsigned_signed_for_wrapping {
    ($($unsigned:ident $signed:ident)*) => { ... };
}