Macro firedbg_lib::fire::dbg

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