normal_vec

Macro normal_vec 

Source
macro_rules! normal_vec {
    ( $( $value:expr ),* $(,)? ) => { ... };
}
Expand description

Creates a Vec<Variant> from a sequence of bare primitive expressions.