Function regorust::regoInputSet

source ·
pub unsafe extern "C" fn regoInputSet(
    input: *mut regoInput,
    count: regoSize,
) -> regoEnum
Expand description

@brief Uses the top ‘count’ values on the stack to create a set and pushes it back onto the stack. @note As part of this operation, duplicate values will be removed and the values will be sorted. @param input The input object. @param count The number of values to use. @return REGO_OK if successful, REGO_ERROR or REGO_INPUT_MISSING_ARGUMENTS otherwise.