setIntersect

setIntersect(set1, set2)

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

Try it yourself:

All functions