Macro tagger::wr[][src]

macro_rules! wr {
    ($($arg:tt)*) => { ... };
}

Convenience macro to reduce code. Create a closure that will use write!() with the formatting arguments.