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