macro_rules! impl_unsigned_integer {
($($t:ty),*) => { ... };
}Expand description
Implements the internal integer helper traits for the given unsigned types.
macro_rules! impl_unsigned_integer {
($($t:ty),*) => { ... };
}Implements the internal integer helper traits for the given unsigned types.