Instance Propertyswift 6.0.1Swift
debugDescription
var debugDescription: String { get }
Other members in extension
Types
Typealiases
Instance members
var count: Int
The number of values in the dictionary.
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>.Values.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>.Values.Iterator func swapAt(Dictionary<Key, Value>.Index, Dictionary<Key, Value>.Index
)