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.