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