pub fn expr<F: Field, E: Expr<F>, I: IntoIterator<Item = E>>( inputs: I ) -> Expression<F>
Returns an expression for the sum of the list of expressions.