Initializerswift 6.0.3Foundation
init(objects:count:)
override init(objects: UnsafePointer<AnyObject>!, count cnt: Int)
override init(objects: UnsafePointer<AnyObject>!, count cnt: Int)
s10Foundation12NSMutableSetC7objects5countACSPyyXlGSg_Sitcfc
What are these?5PINQ
import Foundation
class NSMutableSet
@frozen struct UnsafePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing data of a specific type.
typealias AnyObject
The protocol to which all classes implicitly conform.
@frozen struct Int
A signed integer value type.
init(objects: UnsafePointer<AnyObject>!, count cnt: Int)
convenience init()
required init(capacity numItems: Int)
required convenience init?(coder aDecoder: NSCoder)
func add(_ object: Any)
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>)