Instance Property
インスタンスプロパティ
hash
hashValue
The hash value.
ハッシュ値。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var hashValue: Int
{ get }
Available when
T
conforms to Hashable
.
T
がHashable
に準拠する時に利用可能です。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Supporting Hashing ハッシュ化をサポートする
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。
Available when
T
conforms to Hashable
.
T
がHashable
に準拠する時に利用可能です。