Union
Union(set1, set2)
get the union set from
set1
andset2
.
See
Examples
>> Union({1,2,3},{2,3,4}){1,2,3,4}
Related terms
Implementation status
- ✅ - full supported
Union(set1, set2)
get the union set from
set1
andset2
.
See
>> Union({1,2,3},{2,3,4}){1,2,3,4}