[][src]Macro fstrings::println_f

macro_rules! println_f {
    (
            $($dol $stream : expr,)? $dol($dol args:tt)*
        ) => { ... };
}

Like println!, but with basic f-string interpolation.