Discussion 解説
Do not call this initializer directly. It is used by the compiler when you initialize a string using a string literal. For example: このイニシャライザを直接に呼ばないでください。それは、あなたが文字列リテラルを使って文字列を初期化する時にコンパイラによって使われます。例えば:
This assignment to the next
constant calls this string literal initializer behind the scenes.
next
定数への代入はこの文字列リテラルイニシャライザを舞台裏で呼びます。