Initializerswift 6.0.3Foundation
init(objects:forKeys:count:)
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
s10Foundation19NSMutableDictionaryC7objects7forKeys5countACSPyyXlGSg_SPyAA8NSObjectCGSgSitcfc
What are these?4MKF1
import Foundation
class NSMutableDictionary
@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.
class NSObject
The root class of most Foundation class hierarchies.
@frozen struct Int
A signed integer value type.
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
required convenience init()
convenience init(capacity numItems: Int)
convenience init(sharedKeySet keyset: Any)
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)