pub fn expr<F: Field, E: Expr<F>, I: IntoIterator<Item = E>>( inputs: I ) -> Expression<F>
Returns an expression that evaluates to 1 if any expression in the given list is 1. Returns 0 if all the expressions were 0.