sketching

Macro filter_debug

source
macro_rules! filter_debug {
    ($($arg:tt)*) => { ... };
}