macro_rules! any {
($x:expr) => { ... };
($($x:expr,)+) => { ... };
}
Expand description
Compute the disjunction of a variadic number of expressions.
macro_rules! any {
($x:expr) => { ... };
($($x:expr,)+) => { ... };
}
Compute the disjunction of a variadic number of expressions.