Enumerations
The following enumerations are available globally.
-
Enum representing the amount of failure which is acceptable in a SIMD parallel behavior (such as map and filter).
See moreDeclaration
Swift
public enum FailureRate
-
Enum describing possible reponses to a failed invariant.
- suppress: No action is taken.
- warn: Print a warning message to the console
- assert: Invoke
assertionFailure
with failure message - fail: Invoke
preconditonFailure
with failure message - custom: Invoke a custom handler with the falure message
Declaration
Swift
public enum FaultResponse