macro_rules! elements {
($($x:expr),+) => { ... };
}
Expand description
Creates a vector of elements instead of creating vec![Element::from(foo)]
macro_rules! elements {
($($x:expr),+) => { ... };
}
Creates a vector of elements instead of creating vec![Element::from(foo)]