Next, we'll take a look at how to find out the elements two Sets have in common. This operation is called an intersection of two sets. An element is in the intersection of two sets, if it exists in both of them.
In this recipe, we'll see how to create an intersection of two Set instances.