Function test_generation::transitions::stack_bin_op
source · pub fn stack_bin_op(
state: &AbstractState,
res: StackBinOpResult
) -> Result<AbstractState, VMError>
Expand description
Perform a binary operation using the top two values on the stack as operands.