associatedtype StringLiteralType
A type that represents a string literal.
ある文字列リテラルを表す型。
Availability
Technology
protocol ExpressibleByStringLiteral
The String
and Static
types conform to the Expressible
protocol. You can initialize a variable or constant of either of these types using a string literal of any length.
String
とStatic
型は、Expressible
プロトコルに準拠します。あなたは、それらの型のいずれかの変数や定数を初期化することが随意の長さの文字列リテラルを使って行えます。
To add Expressible
conformance to your custom type, implement the required initializer.
Expressible
準拠をあなたのあつらえの型に加えるには、必須イニシャライザを実装してください。
associatedtype StringLiteralType
init(stringLiteral : Self.StringLiteralType)
protocol ExpressibleByExtendedGraphemeClusterLiteral
protocol ExpressibleByUnicodeScalarLiteral
protocol ExpressibleByStringInterpolation
protocol StringInterpolationProtocol
struct DefaultStringInterpolation