Available on all targets
Represents a switch case.
See also:
https://haxe.org/manual/expression-switch.html
values:Array<Expr>
The value expressions of the case.
@:optionaloptionalguard:Null<Expr>
The optional guard expressions of the case, if available.
@:optionaloptionalexpr:Null<Expr>
The expression of the case, if available.