[][src]Macro fstrings::writeln_f

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

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