Macro int_best_fixed

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

Macro to conveniently implement FixedForInteger for multiple integer types at once.