paralegal_flow

Macro sym_vec

Source
macro_rules! sym_vec {
    ($($e:expr),*) => { ... };
}
Expand description

Conveniently create a vector of Symbols. This way you can just write sym_vec!["s1", "s2", ...] and this macro will make sure to call Symbol::intern