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