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