Initializer

init(literalCapacity:interpolationCount:)

Creates a string interpolation with storage pre-sized for a literal with the indicated attributes. あるリテラルに対してあらかじめサイズ指定されるストレージで、指し示される属性で、文字列補間を作成します。

Declaration 宣言

init(literalCapacity: Int, interpolationCount: Int)

Discussion 解説

Do not call this initializer directly. It is used by the compiler when interpreting string interpolations. このイニシャライザを直接に呼ばないでください。それは文字列補間を解釈する時にコンパイラによって使われます。

Relationships 関係

From Protocol 由来プロトコル