Skip to main content

tprintln

Macro tprintln 

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

Write a formatted line followed by a newline to the given terminal. Usage: tprintln!(term) or tprintln!(term, "format {}", value).