No overview available.
SDK
- Xcode 8.3+
Framework
- Swift Standard Library
No overview available.
SDK
Framework
func filter((Element) -> Bool) -> Set<Element>
Returns a new set containing the elements of the set that satisfy the given predicate.
func remove(Element) -> Element?
Removes the specified element from the set.
func remove First() -> Element
Removes the first element of the set.
func remove(at: Set<Element>.Index) -> Element
Removes the element at the given index of the set.
func remove All(keeping Capacity: Bool)
Removes all members from the set.