The hash value.
Required.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
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.
Important
hash is deprecated as a Hashable requirement. To conform to Hashable, implement the hash(into:) requirement instead.