A textual representation of this instance.
SDK
- Xcode 9.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(describing:)
initializer. This initializer works with any type, and uses the custom description
property for types that conform to Custom
:
The conversion of p
to a string in the assignment to s
uses the Point
type’s description
property.
Note
This documentation comment was inherited from Custom
.