Module switch

Module switch 

Source
Expand description

Switch node.

Structs§

Case
Switch
The switch statement evaluates an expression, matching the expression’s value to a case clause, and executes statements associated with that case, as well as statements in cases that follow the matching case.