Macro umbra_lang::tprintln[][src]

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

Prints to the current Thread’s local output.

Panics

Will panic if the output fails to lock.