Macro one_stack_vec

Source
macro_rules! one_stack_vec {
    ( $( $x:expr ),* ) => { ... };
}