Macro mz_transform::any

source ·
macro_rules! any {
    ($x:expr) => { ... };
    ($($x:expr,)+) => { ... };
}
Expand description

Compute the disjunction of a variadic number of expressions.