union-type
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
union-type =
union-type-element , "|" , union-type-element , { "|" , union-type-element } ;