macro_rules! print {
($($arg:tt)*) => { ... };
}Expand description
Write formatted text to the debug console. See [println!] for a
version that appends a newline.
macro_rules! print {
($($arg:tt)*) => { ... };
}Write formatted text to the debug console. See [println!] for a
version that appends a newline.