Discussion 解説
Do not call this initializer directly. It is used by the compiler when you create a string using string interpolation. Instead, use string interpolation to create a new string by including values, literals, variables, or expressions enclosed in parentheses, prefixed by a backslash (\(
…)
).
このイニシャライザを直接に呼ばないでください。それはあなたが文字列補間を使って文字列を作成する時にコンパイラによって使われます。代わりに、文字列補間を使って、バックスラッシュ\(
…)
を前に置いた丸括弧に囲まれた値、リテラル、変数、または式を含めることで、新しい文字列を作成してください。