Macro readable::itoa

source ·
macro_rules! itoa {
    ($integer:ident) => { ... };
}
Expand description

Use itoa to format an integer (without commas).

This takes an itoa::Integer as input and outputs a &str.