OptionalType
public protocol OptionalType
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Wrapped
-
Undocumented
Declaration
Swift
var value: Wrapped? { get }
-
Undocumented
Declaration
Swift
init(nilLiteral: ())