impl_unsigned_integer

Macro impl_unsigned_integer 

Source
macro_rules! impl_unsigned_integer {
    ($($t:ty),*) => { ... };
}
Expand description

Implements the internal integer helper traits for the given unsigned types.