Represents a switch case.

See also:

Fields

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.