xinfo

Macro xinfo 

Source
macro_rules! xinfo {
    ($k:expr, #$tag:expr, $($args:tt)*) => { ... };
    ($k:expr, $($args:tt)*) => { ... };
}