Removes the element at the given index of the set.
SDK
- Xcode 8.3+
Framework
- Swift Standard Library
Declaration
Parameters
position
The index of the member to remove.
position
must be a valid index of the set, and must not be equal to the set’s end index.
Return Value
The element that was removed from the set.