macro_rules! debug {
($($x:tt)*) => { ... };
}Expand description
A macro wrapper for std::dbg! which is executed only in non release builds
macro_rules! debug {
($($x:tt)*) => { ... };
}A macro wrapper for std::dbg! which is executed only in non release builds