Macro grafix_toolbox::DEBUG

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