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