unionWithSet returns a pointer to a new set that is the union of two sets. the new set has reference count of 1. Release when done.
newSet => set1 % unionWithSet(set2)
... do something ...
call releaseFTStringSet(newSet)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTStringSet) | :: | self | ||||
class(FTStringSet) | :: | set |