Instance Property

customMirror

A mirror that reflects the dictionary.

Declaration

var customMirror: Mirror { get }

Relationships

From Protocol

See Also

Describing a Dictionary

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.