Instance Property

hashValue

The hash value.

Declaration

var hashValue: Int { get }

Discussion

Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution.

Relationships

From Protocol

See Also

Describing an Integer

var description: String

A textual representation of this value.

func hash(into: inout Hasher)

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

var customMirror: Mirror

A mirror that reflects the Int instance.