Instance Property
インスタンスプロパティ
hash
hashValue
The computed hash value for the URL.
URLに対する計算ハッシュ値。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var hashValue: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Supporting Hashing ハッシュ化をサポートする
func hash(into: inout Hasher)
Hashes the essential components of this URL by feeding them into the given hasher.
このURLの必須の構成要素を、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。