ts_tt

Macro ts_tt 

Source
macro_rules! ts_tt {
    (( $single:tt )) => { ... };
    (( # $var:ident )) => { ... };
    (( $($items:tt)+ )) => { ... };
    ([ $first:tt $($items:tt)* ]) => { ... };
    ($base:tt) => { ... };
}