macro_rules! debug {
($($arg:tt)*) => { ... };
}Expand description
Debug Formatted Print: with no new-line at the end. Will perform nothing in release profile.
macro_rules! debug {
($($arg:tt)*) => { ... };
}Debug Formatted Print: with no new-line at the end. Will perform nothing in release profile.