No overview available.
SDK
- Xcode 8.3+
Framework
- Swift Standard Library
Declaration
@discardableResult mutating func remove<ConcreteElement>(_ member: ConcreteElement) -> ConcreteElement? where ConcreteElement : Hashable
No overview available.
SDK
Framework
@discardableResult mutating func remove<ConcreteElement>(_ member: ConcreteElement) -> ConcreteElement? where ConcreteElement : Hashable
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 removeFirst () -> ElementRemoves the first element of the set.
func remove(at: Set<Element>.Index) -> ElementRemoves the element at the given index of the set.
func removeAll (keepingCapacity : Bool)Removes all members from the set.