tinfo

Macro tinfo 

Source
macro_rules! tinfo {
    (X $($arg:tt)*) => { ... };
    (S $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}