Represents a case in a switch-like structure where a specific value is matched.
The type of the value to be checked.
The function to execute when this case is matched.
The value to be checked against.
Represents a case in a switch-like structure where a specific value is matched.