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

Replaces format! using xfmt syntax.