pub fn exec_ops(
ops: &[Constraint],
access: Access<'_>,
) -> Result<Stack, ConstraintError>Expand description
Execute the operations of a constraint and return the resulting stack.
pub fn exec_ops(
ops: &[Constraint],
access: Access<'_>,
) -> Result<Stack, ConstraintError>Execute the operations of a constraint and return the resulting stack.