|
◆ set_make()
Return a set from an array of values.
- 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 @csqlfn Set_constructor() |
|