CollectionContainsCollection

iOS
17+
macOS
14+
tvOS
17+
watchOS
10+
struct CollectionContainsCollection<Base, Other> where Base : PredicateExpression, Other : PredicateExpression, Base.Output : Collection, Other.Output : Collection, Base.Output.Element : Equatable, Base.Output.Element == Other.Output.Element