Macro std::format_args_nl
source · macro_rules! format_args_nl { ($fmt:expr) => { ... }; ($fmt:expr, $($args:tt)*) => { ... }; }
🔬This is a nightly-only experimental API. (
format_args_nl
)Expand description
与 format_args
相同,但最后添加了一个换行符。