Optional
enum Optional<Wrapped> : ExpressibleByNilLiteral
-
Extracts an optional from the receiver.
Declaration
Swift
public var optional: Wrapped?
enum Optional<Wrapped> : ExpressibleByNilLiteral
Extracts an optional from the receiver.
Swift
public var optional: Wrapped?