Open Instance Methodswift 6.0.3Foundation
add(_:)
func add(_ object: Any)
func add(_ object: Any)
import Foundation
class NSMutableSet
convenience init()
required init(capacity numItems: Int)
required convenience init?(coder aDecoder: NSCoder)
override init(objects: UnsafePointer<AnyObject>!, count cnt: Int)
func addObjects(from array: [Any])
func filter(using predicate: NSPredicate)
func intersect(_ otherSet: Set<AnyHashable>)
func minus(_ otherSet: Set<AnyHashable>)
func remove(_ object: Any)
func removeAllObjects()
func setSet(_ otherSet: Set<AnyHashable>)
func union(_ otherSet: Set<AnyHashable>)
override func add(_ object: Any)