Conditional

iOS
17+
macOS
14+
tvOS
17+
watchOS
10+
struct Conditional<Test, If, Else> where Test : PredicateExpression, If : PredicateExpression, Else : PredicateExpression, Test.Output == Bool, If.Output == Else.Output