Macro mz_transform::all

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

Compute the conjunction of a variadic number of expressions.