Skip to content

Intersection

Intersection(set1, set2, ...)

get the intersection set from set1 and set2

See

Examples

>> Intersection({a,a,b,c},{b,a})
{a,b}

Complement, Union

Implementation status

  • ✅ - full supported

Github