Instance Property インスタンスプロパティ

hashValue

The hash value. ハッシュ値。

Declaration 宣言

var hashValue: Int { get }
Available when Element conforms to Hashable. ElementHashableに準拠する時に利用可能です。

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 参照

Infrequently Used Functionality 滅多に使われない機能性