You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Optional


EXTENSION

Optional

Swift
1extension Optional: OptionalType

Properties

underlying

Swift
1public var underlying: Wrapped?

Return the value if it exists, otherwise nil

Feedback

Edit on GitHub

Forums