Instance Subscriptswift 6.0.3Foundation
subscript(_:)
subscript(key: AnyHashable) -> Any? { get set }
subscript(key: AnyHashable) -> Any? { get set }
s10Foundation19NSMutableDictionaryCyypSgs11AnyHashableVcip
What are these?3Z2GQ
import Foundation
class NSMutableDictionary
@frozen struct AnyHashable
A type-erased hashable value.
required convenience init()
convenience init(capacity numItems: Int)
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
convenience init(sharedKeySet keyset: Any)
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)