var hashValue : Int
The hash value.
ハッシュ値。
Available when
Bound
conforms to Hashable
.
Bound
がHashable
に準拠する時に利用可能です。
Availability
Technology
init(uncheckedBounds bounds: (lower: Bound, upper: Bound))
bounds
A tuple of the lower and upper bounds of the range. この範囲の下方および上方境界からなるタプル。
Because this initializer does not perform any checks, it should be used as an optimization only when you are absolutely certain that lower
is less than or equal to upper
. Using the closed range operator (...
) to form Closed
instances is preferred.
このイニシャライザは何ら確認を行わないので、それは、あなたがlower
がupper
より少ないか等しいことを絶対に確信している場合にのみ1つの最適化として使われるべきです。完結範囲演算子(...
)を使ってClosed
インスタンスを形成することが推奨されます。
var hashValue : Int
Bound
conforms to Hashable
.
Bound
がHashable
に準拠する時に利用可能です。