enum Acorn::Pattern::Parse::UnionState
Defined in:
acorn/pattern/parse.crEnum Members
-
None =
0 -
We haven't seen a union lately:
-
Open =
1 -
We saw a union operator and we need the other pattern:
-
Capture =
2 -
We saw both patterns and we should join them next chance we get: