macro_rules! state_stack_has_integer {
($e1: expr) => { ... };
}Expand description
Wrapper for enclosing the arguments of stack_has_integer so that only the state needs
to be given.
macro_rules! state_stack_has_integer {
($e1: expr) => { ... };
}Wrapper for enclosing the arguments of stack_has_integer so that only the state needs
to be given.