deranged::traits

Macro impl_traits_for_signed

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

Implement traits that are common to all signed integer types.