Contents

isInstance(_:)

Validates that the provided enumeration instance matches the definition’s type.

Declaration

func isInstance(_ value: AnyAppEnum) throws

Parameters

  • value:

    The enum instance to validate.