> - func descriptionWithDefaultValue(_ defaultValue: String = "nil") -> String - which would return either the description of the value, or `defaultValue`. This is the same as myOptional?.description ?? defaultValue, isn't it? So do we need it? -- Brent Royal-Gordon Architechies