pub fn stack_struct_popn(
    state: &AbstractState,
    struct_index: StructDefinitionIndex
) -> Result<AbstractState, VMError>
Expand description

Pop the number of stack values required to construct the struct at struct_index