Macro print

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

Print a message to the standard output stream.