OptionalType


PROTOCOL

OptionalType

Swift
1public protocol OptionalType: ExpressibleByNilLiteral

Provides a PAT interface to Optional<T>

Properties

underlying

Swift
1var underlying: WrappedType?
Feedback

Edit on GitHub

Forums