macro_rules! pprintln {
    ($name : tt) => { ... };
    ($name : tt, $($arg : tt) *) => { ... };
}
Expand description

Print a string and a trailing newline to a static pipe