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