Instance Property
インスタンスプロパティ
debug
debugDescription
A textual representation of the range, suitable for debugging.
範囲のテキスト表現、デバッグに適するもの。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var debugDescription: String
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing a Range 範囲を記述する
var description: String
A textual representation of the range.
範囲のテキスト表現。
var customMirror : Mirror
The custom mirror for this instance.
このインスタンスのためのあつらえのミラー。