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