A representation of the string that is suitable for debugging.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
A representation of the string that is suitable for debugging.
SDK
Framework
var description: String
The value of this string.
var custom Mirror: Mirror
A mirror that reflects the String
instance.
var hash Value: Int
The hash value.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.