Macro list

Source
macro_rules! list {
    [$a:ty] => { ... };
    [$a:ty,$($bs:ty),+] => { ... };
}