func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の必須の構成要素を、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。
var hashValue : Int
The hash value.
ハッシュ値。
Availability 有効性
Technology
static func == (a: AccessibilityAdjustmentDirection
, b: AccessibilityAdjustmentDirection
) -> Bool
lhs
A value to compare. 比較する値。
rhs
Another value to compare. もう一方の比較する値。
Equality is the inverse of inequality. For any values a
and b
, a == b
implies that a != b
is false
.
同等性は、不等性の裏返しです。何らかの値a
とb
に対して、a == b
はa != b
がfalse
であることを意味します。
func hash(into: inout Hasher)
var hashValue : Int