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
truefor 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
truefor 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
truefor none of the values in the set.