OptionalType
PROTOCOL
OptionalType
Swift
1public protocol OptionalType: ExpressibleByNilLiteral
Provides a PAT interface to Optional<T>
Properties
underlying
Swift
1var underlying: WrappedType?
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.PROTOCOL
OptionalType
1public protocol OptionalType: ExpressibleByNilLiteral
Provides a PAT interface to Optional<T>
underlying
1var underlying: WrappedType?