Macro together_rs::t_println

source ยท
macro_rules! t_println {
    () => { ... };
    ($fmt:tt) => { ... };
    ($fmt:tt, $($arg:tt)*) => { ... };
}
Expand description

macro for logging like println! but with a carriage return