Dictionary
struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable
-
Undocumented
Declaration
Swift
internal func map<K: Hashable, V>(_ f: (Element) throws -> (K, V)) rethrows -> [K: V] -
Undocumented
Declaration
Swift
internal func map<K: Hashable, V>(_ f: (Element) throws -> (K, [V])) rethrows -> [K: [V]] -
Undocumented
Declaration
Swift
internal func filterMap<U>(_ f: (Value) throws -> U?) rethrows -> [Key: U]
Dictionary Extension Reference