Macro tprintln

Source
macro_rules! tprintln {
    ($dest:expr) => { ... };
    ($dest:expr, $($arg:tt)*) => { ... };
}