macro_rules! impl_int { ($($t:ty)*) => { ... }; }
Implement SmartDisplay for signed integers.
SmartDisplay