Macro myutil::d

source ·
macro_rules! d {
    ($fmt: expr, $($arg:tt)*) => { ... };
    ($err: expr) => { ... };
    () => { ... };
}
Expand description

print debug-info, eg: modular and file path, line number …