pub fn create_struct(
    state: &AbstractState,
    struct_index: StructDefinitionIndex,
    instantiation: Option<SignatureIndex>
) -> Result<AbstractState, VMError>
Expand description

Construct a struct from abstract values on the stack The struct is stored in the register after creation