Skip to main content

print

Macro print 

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

Write formatted text to the debug console. See [println!] for a version that appends a newline.