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 if any expression in the given list is 1. Returns 0 if all the expressions were 0.