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 a Double

var description: String

A textual representation of the value.

var debugDescription: String

A textual representation of the value, suitable for debugging.

var customMirror: Mirror

A mirror that reflects the Double instance.

func hash(into: inout Hasher)

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