Macro tiny_std::print

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

Corresponds to std’s print!-macro