Skip to main content

debug

Macro debug 

Source
macro_rules! debug {
    (#$tag:expr, $($args:tt)+) => { ... };
    ($($args:tt)+) => { ... };
}