Removes the elements of the set that aren’t also in the given sequence.
SDK
- Xcode 8.3+
Framework
- Swift Standard Library
Declaration
Parameters
other
A sequence of elements.
other
must be finite.
Discussion
In the following example, the elements of the employees
set that are not also members of the neighbors
set are removed. In particular, the names "Alicia"
, "Chris"
, and "Diana"
are removed.