[][src]Macro ufmt::uwriteln

macro_rules! uwriteln {
    #[proc_macro_hack] => { ... };
}

Write formatted data into a buffer, with a newline appended

See uwrite! for more details