Why would you create a "Implicitly Unwrapped Optional" vs creating just a regular variable or constant? If you
The Swift Programming Language guide has the following example: class Person { let name: String init