macro_rules! print {
($($arg:tt)*) => { ... };
}Expand description
Prints without a newline.
Carbon copy from https://doc.rust-lang.org/src/std/macros.rs.html
macro_rules! print {
($($arg:tt)*) => { ... };
}Prints without a newline.
Carbon copy from https://doc.rust-lang.org/src/std/macros.rs.html