A string that represents the contents of the dictionary, suitable for debugging.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
var debugDescription: String { get }
A string that represents the contents of the dictionary, suitable for debugging.
SDK
Framework
var debugDescription: String { get }
var description: String
A string that represents the contents of the dictionary.
var customMirror : Mirror
A mirror that reflects the dictionary.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.