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
Predicate
that always returnstrue
. - Creates a new
Predicate
that always returnsfalse
.