t

Macro t 

Source
macro_rules! t {
    ($key:expr) => { ... };
    ($key:expr, $($arg:expr),+) => { ... };
}