vec_string

Macro vec_string 

Source
macro_rules! vec_string {
    ($($x : expr), + $(,) ? ) => { ... };
}