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