Add functions to run groups of validator functions based on rules. For example: * `RunIf`: Run these validators if _x_ is true... * `FailFast`: Run these groups of validators but fail at the first error returned
Add functions to run groups of validator functions based on rules. For example:
RunIf: Run these validators if x is true...FailFast: Run these groups of validators but fail at the first error returned