In Scala mutable collection, &() method is utilized to create a new SortedSet consisting of all elements that are present in both the given SortedSets.
Method Definition: def &(that: SortedSet[A]): SortedSet[A]
Return Type: It returns a new SortedSet consisting of all elements that are present in both the given SortedSets.