Previous Up Next

5.41.4 Intersection of two sets or of two lists: intersect

The intersect operator is an infixed operator that can find the intersection of the elements of two sets or lists; the result will always be a set.

Examples


Previous Up Next