🎯 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
Extend
!=
to handleRawRepresentable
s,Identifiable
s, andnil
s on the right hand side.