deranged::traits

Macro impl_traits_for_all

Source
macro_rules! impl_traits_for_all {
    ($($ranged_ty:ident $inner_ty:ident),* $(,)?) => { ... };
}
Expand description

Implements traits that are common to all integer types.