Crate fluent_comparisons_macros[][src]

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.