ftchirou / PredicateKit

🎯 PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.
MIT License
409 stars 20 forks source link

Allow enums, identifiables, and nils for notEqual #28

Closed ftchirou closed 7 months ago

ftchirou commented 7 months ago

Extend != to handle RawRepresentables, Identifiables, and nils on the right hand side.