impl_to_unsigned_signed

Macro impl_to_unsigned_signed 

Source
macro_rules! impl_to_unsigned_signed {
    ($(($signed:ty, $unsigned:ty)),*) => { ... };
}
Expand description

Implements ToUnsigned/ToSigned pairwise conversions for signed/unsigned primitives.