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