A textual representation of this instance, suitable for debugging.
Required. Default implementation provided.
SDK
- Xcode 7.0+
Framework
- Swift Standard Library
Declaration
Discussion
Calling this property directly is discouraged. Instead, convert an instance of any type to a string by using the String(reflecting:)
initializer. This initializer works with any type, and uses the custom debug
property for types that conform to Custom
:
The conversion of p
to a string in the assignment to s
uses the Point
type’s debug
property.