func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。
Availability 有効性
Technology
var hashValue: Int
{ get }
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.
hash
は、Hashable
要件として推奨されません。Hashable
に準拠するには、hash(into:)
要件を代わりに実装してください。
func hash(into: inout Hasher)