macro_rules! println {
    ($($tt:tt)*) => { ... };
}
Expand description

Replaces println! using xfmt syntax.