macro_rules! debug {
($($arg:tt)*) => { ... };
}
Expand description
Macro for printing to the debug screen.
debug!("Hello World!");
macro_rules! debug {
($($arg:tt)*) => { ... };
}
Macro for printing to the debug screen.
debug!("Hello World!");