pub fn normalize_ac(expr: &TLExpr, op: ACOperator) -> TLExprExpand description
Normalize an AC expression by sorting operands.
This creates a canonical form for AC expressions, making them easier to compare.
pub fn normalize_ac(expr: &TLExpr, op: ACOperator) -> TLExprNormalize an AC expression by sorting operands.
This creates a canonical form for AC expressions, making them easier to compare.