What is |
called? Or
is something different. In particular, I want to imitate
Cases[stuff,a|b]
with something like
Cases[stuff,CaseOr@@{a,b}]
Succinct ways to match any element of a list (as is the goal in this Cases
) would be useful too.