Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Operator

&&(_:_:)

Combines two Validators using AND logic, succeeding if both Validators succeed without error.
func && <T>(lhs: Validator<T>, rhs: Validator<T>) -> Validator<T> where T : Decodable, T : Sendable