macro_rules! impl_digit_count {
($($t:ty),* $(,)?) => { ... };
}
Expand description
A macro to generate implementations of DigitCount
for unsigned integers.
macro_rules! impl_digit_count {
($($t:ty),* $(,)?) => { ... };
}
A macro to generate implementations of DigitCount
for unsigned integers.