Macro log_syntax
#[macro_export]
macro_rules! log_syntax {
($($arg:tt)*) => { ... };
}
Prints passed tokens into the standard output.
log_syntax#[macro_export]
macro_rules! log_syntax {
($($arg:tt)*) => { ... };
}
Prints passed tokens into the standard output.