Instance Property
インスタンスプロパティ
debug
debugDescription
A representation of the string that is 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 参照
Describing a String 文字列を記述する
var description: String
The value of this string.
この文字列の値。
var customMirror : Mirror
A mirror that reflects the
String
instance.
String
インスタンスを反映するミラー。
var hashValue : Int
The hash value.
ハッシュ値。
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素を、それらをその与えられたhasherへと与えることによって、ハッシュ化します。