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.
hash
は、Hashable
要件として非推奨にされます。Hashable
に準拠するには、hash(into:)
要件を代わりに実装してください。
Note 注意
This documentation comment was inherited from Hashable
.
この文書化コメントは、Hashable
から引き継がれました。