Macro enso_prelude::iformat_args[][src]

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

Create a fmt::Arguments value a la format_args! with inlined expressions (using the same syntax as iformat!).