CustomStringConvertible

public extension CustomStringConvertible
  • Quoted version of this textual representation. Adds a double quotes " at the begin and end of the description to create a string. If this contains some double quotes they will be escaped.

    Declaration

    Swift

    var quoted: String { get }