|
◆ set_make_free()
Return a set from the array of values and free the input array after the creation.
- Parameters
-
[in] | values | Array of values |
[in] | count | Number of elements in the array |
[in] | basetype | Type of the values |
[in] | order | True when the values should be ordered and duplicates should be removed |
|