| boolean.rs |
Definition of boolean logic combinators over `Predicate`s. |
12966 |
- |
| boxed.rs |
Predicate that can wrap other dynamically-called predicates in an
easy-to-manage type. |
3856 |
- |
| color.rs |
|
1865 |
- |
| constant.rs |
Definition of a constant (always true or always false) `Predicate`. |
2584 |
- |
| float |
|
|
- |
| function.rs |
Definition of `Predicate` for wrapping a `Fn(&T) -> bool` |
3647 |
- |
| iter.rs |
Definition of `Predicate`s for comparisons of membership in a set. |
10983 |
- |
| lib.rs |
|
9686 |
- |
| name.rs |
Name predicate expressions. |
2823 |
- |
| ord.rs |
Definition of `Predicate`s for comparisons over `Ord` and `Eq` types. |
8143 |
- |
| path |
|
|
- |
| prelude.rs |
Module that contains the essentials for working with predicates. |
1804 |
- |
| str |
|
|
- |
| utils.rs |
|
1358 |
- |