Initializerswift 6.0.3Foundation
init(sharedKeySet:)
convenience init(sharedKeySet keyset: Any)
convenience init(sharedKeySet keyset: Any)
s10Foundation19NSMutableDictionaryC12sharedKeySetACyp_tcfc
What are these?7DNBP
import Foundation
class NSMutableDictionary
required convenience init()
convenience init(capacity numItems: Int)
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
subscript(key: AnyHashable) -> Any? { get set }
func addEntries(from otherDictionary: [AnyHashable : Any])
func removeAllObjects()
func removeObject(forKey aKey: Any)
func removeObjects(forKeys keyArray: [Any])
func setDictionary(_ otherDictionary: [AnyHashable : Any])
func setObject(_ anObject: Any, forKey aKey: AnyHashable)