Initializer

init(stringLiteral:)

Creates an instance initialized to the value of a string literal. ある文字列リテラルの値へと初期化されるインスタンスを作成します。

Declaration 宣言

init(stringLiteral value: StaticString)

Discussion 解説

Do not call this initializer directly. It may be used by the compiler when you initialize a static string using a string literal. このイニシャライザを直接に呼ばないでください。それは、あなたが文字列リテラルを使って静的文字列を初期化する時にコンパイラによって使われるでしょう。

Relationships 関係

From Protocol 由来プロトコル