DictionaryCollection
public protocol DictionaryCollection : Collection
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Keys : Collection, Equatable
-
Undocumented
Declaration
Swift
associatedtype Values : Collection
-
Undocumented
Declaration
Swift
var keys: Keys { get }
-
Undocumented
Declaration
Swift
var values: Values { get }
-
Undocumented
Declaration
Swift
func filter(_ isIncluded: (Element) throws -> Bool) rethrows -> Self
-
Undocumented
Declaration
Swift
@discardableResult mutating func remove(at position: Index) -> Element
-
Undocumented
Declaration
Swift
mutating func removeAll(keepingCapacity keepCapacity: Bool)