macro_rules! wedpr_println {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
Prints debug output that can be disabled by setting a global flag.
macro_rules! wedpr_println {
() => { ... };
($($arg:tt)*) => { ... };
}
Prints debug output that can be disabled by setting a global flag.