Optional
EXTENSION
Optional
Swift
1extension Optional: OptionalTypeProperties
underlying
Swift
1public var underlying: Wrapped?Return the value if it exists, otherwise nil
EXTENSION
Optional1extension Optional: OptionalTypeunderlying1public var underlying: Wrapped?Return the value if it exists, otherwise nil