Operatorswift 6.0.1Swift
==(_:_:)
static func == (lhs: Dictionary<Key, Value>.Keys, rhs: Dictionary<Key, Value>.Keys) -> Bool
Other members in extension
Types
Typealiases
Instance members
var count: Int
The number of keys in the dictionary.
var debugDescription: String
var description: String
var endIndex: Dictionary<Key, Value>.Index
var isEmpty: Bool
var startIndex: Dictionary<Key, Value>.Index
subscript(Dictionary<Key, Value>.Index
) -> Dictionary<Key, Value>.Keys.Element func formIndex(after: inout Dictionary<Key, Value>.Index
) func index(after: Dictionary<Key, Value>.Index
) -> Dictionary<Key, Value>.Index func makeIterator(
) -> Dictionary<Key, Value>.Keys.Iterator