Macro dantalian::debug

source ·
macro_rules! debug {
    (ind: $ind:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}