Open Instance Methodswift 6.0.3Foundation
mutableCopy(with:)
override func mutableCopy(with zone: NSZone? = nil) -> Any
override func mutableCopy(with zone: NSZone? = nil) -> Any
s10Foundation12NSCountedSetC11mutableCopy4withypAA6NSZoneVSg_tF
What are these?1NFQW
import Foundation
class NSCountedSet
************** Counted Set ***************
struct NSZone
func mutableCopy(with zone: NSZone? = nil) -> Any
convenience init()
convenience init(array: [Any])
required init(capacity numItems: Int)
required convenience init?(coder: NSCoder)
convenience init(set: Set<AnyHashable>)
override func add(_ object: Any)
override func copy(with zone: NSZone? = nil) -> Any
func count(for object: Any) -> Int
override func encode(with coder: NSCoder)
override func isEqual(_ value: Any?) -> Bool
override func remove(_ object: Any)
override func removeAllObjects()