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