Macro starbase_utils::string_vec

source ยท
macro_rules! string_vec {
    () => { ... };
    ($($item:expr),+ $(,)?) => { ... };
}