Instance Property
インスタンスプロパティ
debug
debugDescription
A textual representation of this instance, suitable for debugging.
そのインスタンスのテキスト表現、デバッグに適するもの。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.0.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var debugDescription: String
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Inspecting an Optional オプショナルを調査する
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素を、それらをその与えられたhasherへと与えることによって、ハッシュ化します。
Available when
Wrapped
conforms to Hashable
.
Wrapped
がHashable
に準拠する時に利用可能です。
var unsafelyUnwrapped : Wrapped
The wrapped value of this instance, unwrapped without checking whether the instance is
nil
.
インスタンスのラップされた値、そのインスタンスがnil
かどうか確認せずにアンラップされます。
var customMirror : Mirror
The custom mirror for this instance.
このインスタンスのためのあつらえのミラー。