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