Instance Property
インスタンスプロパティ
debug
debugDescription
A textual description of the UUID suitable for debugging.
UUIDのテキスト表現、デバッグに適するもの。
Availability 有効性
- iOS 6.0+
- iPadOS 6.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var debugDescription: String
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing UUIDs UUIDを記述する
var description: String
A textual description of the UUID.
UUIDのテキスト表現。
var customMirror : Mirror
A mirror that reflects the UUID.
UUIDを反映するミラー。
var hashValue : Int
The computed hash value of the UUID.
UUIDの計算ハッシュ値。