OptionalType
PROTOCOL
OptionalType
Swift
1public protocol OptionalType: ExpressibleByNilLiteralProvides a PAT interface to Optional<T>
Properties
underlying
Swift
1var underlying: WrappedType?PROTOCOL
OptionalType1public protocol OptionalType: ExpressibleByNilLiteralProvides a PAT interface to Optional<T>
underlying1var underlying: WrappedType?