/
arrayToSet
arrayToSet
Description
Converts an array to a set of unique elements.
Parameters
Return Type
Array
Example
watchers = arrayToSet(watchers);
The result returned by the function is an array that contains the elements from watchers without duplicates.
See also
, multiple selections available,
Related content
arrayAddElementIfNotExist
arrayAddElementIfNotExist
More like this
arrayStructMap
arrayStructMap
Read with this
arrayToSet
arrayToSet
More like this
Predefined structure types reference
Predefined structure types reference
Read with this
arrayUnion
arrayUnion
More like this
Syntax and types introduction
Syntax and types introduction
Read with this