pub fn enforce_unique_constraints<E: FieldElement>(
    frame: &EvaluationFrame<E>,
    result: &mut [E],
    op_flag: &OpFlags<E>
) -> usize
Expand description

Enforces unique constraints of all the stack ops.