pub fn step_op_access( access: Access<'_>, op: Access, stack: &mut Stack, repeat: &mut Repeat, cache: &LazyCache, ) -> OpSyncResult<()>
Step forward execution by the given access operation.