pub macro list { () => { ... }, ($start:expr $(,$a:expr)*) => { ... }, ($a:expr ; $b:expr) => { ... }, }
Construct a List.
List