Instance Property

debugDescription

A string that represents the contents of the set, suitable for debugging.

Declaration

var debugDescription: String { get }

Relationships

See Also

Describing a Set

func hash(into: inout Hasher)

Hashes the essential components of this value by feeding them into the given hasher.

var description: String

A string that represents the contents of the set.

var customMirror: Mirror

A mirror that reflects the set.