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