Macro dbg

Source
macro_rules! dbg {
    ($t:expr, $v:expr) => { ... };
    ($v:expr) => { ... };
}