kxprintln

Macro kxprintln 

Source
macro_rules! kxprintln {
    ($printer:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro to print the expression to the Printer with a trailing newline.