SynchronizedDictionary
class SynchronizedDictionary<KeyType, ValueType> where KeyType : Hashable
Undocumented
-
Undocumented
Declaration
Swift
public func removeValue(forKey: KeyType) -
Undocumented
Declaration
Swift
public subscript(key: KeyType) -> ValueType? { get set } -
Undocumented
Declaration
Swift
public func clear()
SynchronizedDictionary Class Reference