pub fn expr<F: FieldExt, E: Expr<F>, I: IntoIterator<Item = E>>(
    inputs: I
) -> Expression<F>
Expand description

Returns an expression for the sum of the list of expressions.