EXTENSION
Optional
extension Optional: OptionalType
Properties
underlying
public var underlying: Wrapped?
Return the value if it exists, otherwise
nil
EXTENSION
Optional
extension Optional: OptionalType
underlying
public var underlying: Wrapped?
Return the value if it exists, otherwise
nil