Yields the intersection of two sorted sets.
Set from which matched element will be yielded
Set of elements to check for matches
Used to compare two set elements, same as Array.sort parameter
Yields the intersection of two sorted sets.