Macro ostd::prelude::print

source ยท
macro_rules! print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description

Prints to the console.