Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

EXTENSION

TemplateString

swift
extension TemplateString: ExpressibleByStringLiteral

Properties

description

swift
public var description: String

Methods

init(stringLiteral:)

swift
public init(stringLiteral: String)

Parameters

NameDescription
valueThe value of the new instance.

init(stringInterpolation:)

swift
public init(stringInterpolation: StringInterpolation)

Parameters

NameDescription
stringInterpolationAn instance of StringInterpolation which has had each segment of the string literal appended to it.

Released under the MIT License.