Add support for a default case in inductive types. A default case is a case whose string key is not equal to any of the defined inductive cases' keys. When a default case is allowed, the user defines the acceptable value type for the default case (e.g. Any).
Add support for a default case in inductive types. A default case is a case whose string key is not equal to any of the defined inductive cases' keys. When a default case is allowed, the user defines the acceptable value type for the default case (e.g. Any).