macro_rules! state_stack_has_ability {
($e: expr, $a: expr) => { ... };
}Expand description
Wrapper for enclosing the arguments of stack_kind_is so that only the state needs
to be given.
macro_rules! state_stack_has_ability {
($e: expr, $a: expr) => { ... };
}Wrapper for enclosing the arguments of stack_kind_is so that only the state needs
to be given.