Skip to main content

dbg

Macro dbg 

Source
macro_rules! dbg {
    () => { ... };
    ($val:expr $(,)?) => { ... };
    ($($val:expr),+ $(,)?) => { ... };
}
Available on target_os=none only.
Expand description

Prints and returns the value of a given expression for quick and dirty debugging.