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

hashValue

The hash value. ハッシュ値。

Declaration 宣言

var hashValue: Int { get }
Available when First conforms to Gesture, Second conforms to Gesture, First.Value conforms to Hashable, and Second.Value conforms to Hashable.

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. ハッシュ値は、あなたのプログラムの異なる遂行にわたって等しいと保証されません。ハッシュ値を将来の遂行の間に使うために保存しないでください。

The hash value for the value of a simultaneous gesture. ある同時ジェスチャの値に対するハッシュ値。