isInstance(_:)
Validates that the provided enumeration instance matches the definition’s type.
Declaration
func isInstance(_ value: AnyAppEnum) throwsParameters
- value:
The enum instance to validate.
Validates that the provided enumeration instance matches the definition’s type.
func isInstance(_ value: AnyAppEnum) throwsThe enum instance to validate.