Function regorust::regoInputObjectItem

source ยท
pub unsafe extern "C" fn regoInputObjectItem(
    input: *mut regoInput,
) -> regoEnum
Expand description

@brief Uses the top two values on the stack to create an object item and pushes it back onto the stack. @details The top value on the stack will be used as the value, and the second value will be used as the key. @param input The input object. @return REGO_OK if successful, REGO_ERROR or REGO_INPUT_MISSING_ARGUMENTS otherwise.