print

Macro print 

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

Prints without a newline.

Carbon copy from https://doc.rust-lang.org/src/std/macros.rs.html