Expand description
Functions§
- all_
btree_ map - Checks if all entries in the
BTreeMapsatisfy the predicate. - all_
btree_ map_ keys - Checks if all keys in the
BTreeMapsatisfy the predicate. - all_
btree_ map_ values - Checks if all values in the
BTreeMapsatisfy the predicate. - all_map
- Checks if all entries in the
HashMapsatisfy the predicate. - all_
map_ keys - Checks if all keys in the
HashMapsatisfy the predicate. - all_
map_ values - Checks if all values in the
HashMapsatisfy the predicate. - all_set
- Checks if all elements in the
HashSetsatisfy the predicate. - all_vec
- Checks if all elements in the
Vecsatisfy the predicate. - map_vec
- Convert all elements in the
Vecto a new type. - try_
all_ map_ keys - Checks if all keys in the
HashMapsatisfy the predicate (fallible ones accepted). - try_
all_ map_ values - Checks if all values in the
HashMapsatisfy the predicate (fallible ones accepted). - try_
btree_ map - Checks if all entries in the
BTreeMapsatisfy the predicate (fallible ones accepted). - try_
btree_ map_ keys - Checks if all keys in the
BTreeMapsatisfy the predicate (fallible ones accepted). - try_
btree_ map_ values - Checks if all values in the
BTreeMapsatisfy the predicate (fallible ones accepted). - try_map
- Checks if all entries in the
HashMapsatisfy the predicate (fallible ones accepted). - try_
map_ vec - Checks if all elements in the
Vecsatisfy the predicate (fallible ones accepted). - try_set
- Checks if all elements in the
HashSetsatisfy the predicate (fallible ones accepted). - try_vec
- Checks if all elements in the
Vecsatisfy the predicate (fallible ones accepted).