Macro StringVec

Source
macro_rules! StringVec {
    ($($x:expr),*) => { ... };
}