Macro itoa::impl_Integer

source ยท
macro_rules! impl_Integer {
    ($t:ty[len = $max_len:expr] as $large_unsigned:ty) => { ... };
}