Function test_generation::transitions::stack_pop
source · pub fn stack_pop(state: &AbstractState) -> Result<AbstractState, VMError>
Expand description
Pop from the top of the stack.
pub fn stack_pop(state: &AbstractState) -> Result<AbstractState, VMError>
Pop from the top of the stack.