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