macro_rules! intvec { ($($tts:expr),*) => { ... }; ($($id:ident ~ $tts:expr),*) => { ... }; }
Create a IntVec