Module predicates::constant
source · Expand description
Definition of a constant (always true or always false) Predicate.
Structs§
- Predicate that always returns a constant (boolean) result.
Functions§
- Creates a new
Predicatethat always returnstrue. - Creates a new
Predicatethat always returnsfalse.