Intersection
Intersection(set1, set2, ...)
get the intersection set from
set1
andset2
…
See
Examples
>> Intersection({a,a,b,c},{b,a}){a,b}
Related terms
Implementation status
- ✅ - full supported
Intersection(set1, set2, ...)
get the intersection set from
set1
andset2
…
See
>> Intersection({a,a,b,c},{b,a}){a,b}