Macro enso_prelude::iformat_args[][src]

macro_rules! iformat_args {
    #[proc_macro_hack(fake_call_site)] => { ... };
}
Expand description

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