Module predicates::iter
source · Expand description
Definition of Predicate
s for comparisons of membership in a set.
Structs§
- Predicate that returns
true
ifvariable
is a member of the pre-definedHashSet
, otherwise returnsfalse
. - Predicate that returns
true
ifvariable
is a member of the pre-defined set, otherwise returnsfalse
. - Predicate that returns
true
ifvariable
is a member of the pre-defined set, otherwise returnsfalse
.
Functions§
- Creates a new predicate that will return
true
when the givenvariable
is contained with the set of items provided. - Creates a new predicate that will return
true
when the givenvariable
is contained with the set of items provided.