acir::parser

Function build_expression_from_terms

Source
fn build_expression_from_terms(
    terms: impl Iterator<Item = Term>,
) -> Expression<FieldElement>