Module predicates::iter
source · Expand description
Definition of Predicates for comparisons of membership in a set.
Structs
- Predicate that returns
trueifvariableis a member of the pre-definedHashSet, otherwise returnsfalse. - Predicate that returns
trueifvariableis a member of the pre-defined set, otherwise returnsfalse. - Predicate that returns
trueifvariableis a member of the pre-defined set, otherwise returnsfalse.
Functions
- Creates a new predicate that will return
truewhen the givenvariableis contained with the set of items provided. - Creates a new predicate that will return
truewhen the givenvariableis contained with the set of items provided.