Function gadgets::util::sum::expr

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

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