Русский (Russian)
Appearance
EXTENSION
TemplateString
extension TemplateString: ExpressibleByStringLiteral
description
public var description: String
init(stringLiteral:)
public init(stringLiteral: String)
Name | Description |
---|---|
value | The value of the new instance. |
init(stringInterpolation:)
public init(stringInterpolation: StringInterpolation)
Name | Description |
---|---|
stringInterpolation | An instance of StringInterpolation which has had each segment of the string literal appended to it. |