macro_rules! impl_traits_for_unsigned {
($($ranged_ty:ident $inner_ty:ident),* $(,)?) => { ... };
}
Expand description
Implement traits that are common to all unsigned integer types.
macro_rules! impl_traits_for_unsigned {
($($ranged_ty:ident $inner_ty:ident),* $(,)?) => { ... };
}
Implement traits that are common to all unsigned integer types.