cast-operator
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
cast-operator =
"(int)" | "(integer)" | "(float)" | "(double)" | "(string)"
| "(binary)" | "(array)" | "(object)" | "(bool)" | "(boolean)" | "(unset)" ;