setUnion

setUnion(set1, set2)

Create the union of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.

Try it yourself:

All functions