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