Function zkevm_keccak::util::expression::and::expr
source · [−]pub fn expr<F: FieldExt, E: Expr<F>, I: IntoIterator<Item = E>>(
inputs: I
) -> Expression<F>
Expand description
Returns an expression that evaluates to 1 only if all the expressions in the given list are 1, else returns 0.