Expand description
This crate contains the macros for the fluent-comparisons crate
Macrosยง
- all_of
- Compare all values in a set to a common right hand side and decide whether the comparison returns
true
for all of the values in the set. - any_of
- Compare all values in a set to a common right hand side and decide whether the comparison returns
true
for any of the values in the set. - none_of
- Compare all values in a set to a common right hand side and decide whether the comparison returns
true
for none of the values in the set.