Instance Property
インスタンスプロパティ
hash
hashValue
The hash value for the data.
データに対するハッシュ値。
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 参照
Describing Data データを記述する
var description: String
A textual description of the data.
データのテキスト記述。
var debugDescription : String
A textual description the data suitable for debugging.
デバッグに適したデータのテキスト記述。
var customMirror : Mirror
A mirror that reflects the data.
データを反映するミラー。