print!()/println!() and printf!()/printfln!() sounds good to me. Adding an extra 'f' isn't much of a hassle for fmt! functionality.
~Brendan On 16/07/2013, at 7:25 AM, Steven Ashley <[email protected]> wrote: > A possible use case for printfln may be to ensure that a new line is always > written in the case where the format string comes from a .po file and is > translated into many different languages. > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
