Macro elements

Source
macro_rules! elements {
    ($($x:expr),+) => { ... };
}
Expand description

Creates a vector of elements instead of creating vec![Element::from(foo)]