Macro th

Source
macro_rules! th {
    ($($part:expr),* $(,)?) => { ... };
}