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 参照
Comparing Measurement Format Unit Usage
static func != (MeasurementFormatUnitUsage<UnitType>, MeasurementFormatUnitUsage<UnitType>) -> Bool
Indicates whether two instances of measurement format usage are not equal.
static func == (MeasurementFormatUnitUsage<UnitType>, MeasurementFormatUnitUsage<UnitType>) -> Bool
Indicates whether two instances of measurement format usage are equal.
var hashValue : Int
The hash value of the measurement format unit usage.