Expand description
Definition of Predicates for comparisons of membership in a set.
Structs§
- Hashable
InPredicate - Predicate that returns
trueifvariableis a member of the pre-definedHashSet, otherwise returnsfalse. - InPredicate
- Predicate that returns
trueifvariableis a member of the pre-defined set, otherwise returnsfalse. - OrdIn
Predicate - Predicate that returns
trueifvariableis a member of the pre-defined set, otherwise returnsfalse.