Function eval

Source
pub fn eval<OA>(op_access: OA, access: Access<'_>) -> EvalSyncResult<bool>
where OA: OpAccess<Op = OpSync>, OA::Error: Into<OpSyncError>,
Expand description

Evaluate the operations of a single synchronous program and return its boolean result.

This is the same as exec, but retrieves the boolean result from the resulting stack.