Macro print

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

Prints to the standard output.