Instance Property
インスタンスプロパティ
description
A textual representation of the range.
範囲のテキスト表現。
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 description: String
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing a Range 範囲を記述する
var debugDescription : String
A textual representation of the range, suitable for debugging.
範囲のテキスト表現、デバッグに適するもの。
var customMirror : Mirror
The custom mirror for this instance.
このインスタンスのためのあつらえのミラー。