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

Replaces print! using xfmt syntax.