Macro grafix_toolbox::PRINT

source ·
macro_rules! PRINT {
    ($e: literal) => { ... };
    ($e: expr) => { ... };
    ($($t: tt)+) => { ... };
}