Macro ts

Source
macro_rules! ts {
    ($($token:ident),*) => { ... };
}