[][src]Macro pear::iformat

macro_rules! iformat {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Like format! but tries to inline the string.