Macro intvec

Source
macro_rules! intvec {
    ($($tts:expr),*) => { ... };
    ($($id:ident ~ $tts:expr),*) => { ... };
}
Expand description

Create a IntVec