tc

Macro tc 

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