macro_rules! impl_to_unsigned_signed {
($(($signed:ty, $unsigned:ty)),*) => { ... };
}Expand description
Implements ToUnsigned/ToSigned pairwise conversions for signed/unsigned primitives.
macro_rules! impl_to_unsigned_signed {
($(($signed:ty, $unsigned:ty)),*) => { ... };
}Implements ToUnsigned/ToSigned pairwise conversions for signed/unsigned primitives.