Macro iprintln

Source
macro_rules! iprintln {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Print an iformat!-ed string to standard out, followed by \n.