Macro one_stack_vec::one_stack_vec [] [src]

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