vec

Macro vec 

Source
macro_rules! vec {
    ($($tokens:tt)*) => { ... };
}