pub fn eval_ops(ops: &[OpSync], access: Access<'_>) -> EvalSyncResult<bool>Expand description
Evaluate a slice of synchronous operations and return their boolean result.
This is the same as exec_ops, but retrieves the boolean result from the resulting stack.