The hasher to use when combining the components of this instance. このインスタンスの構成要素を結合する時に使うハーシャー。
Instance Method
インスタンスメソッド
hash(into:)
Hashes the essential components of the value by feeding them into the specified hasher.
この値の本質的な構成要素それらを、それらをこの指定されたハーシャーに供給する事によってハッシュ化します。
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 宣言
func hash(into hasher: inout Hasher
)
Parameters パラメータ
hasher
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Hashing a Measurement Format Style 寸法書式設定スタイルをハッシュ化する
var hashValue : Int
The hash value of the style format.
スタイル書式設定のハッシュ値。