macro_rules! debug {
($string:expr) => { ... };
($format_string:expr, $($arg:tt)*) => { ... };
}
Expand description
Debug print, with a newline.
macro_rules! debug {
($string:expr) => { ... };
($format_string:expr, $($arg:tt)*) => { ... };
}
Debug print, with a newline.