Optional
@_frozen
enum Optional<Wrapped> : ExpressibleByNilLiteral
-
Mechanica
Returns
true
ifself
has a value.Declaration
Swift
public var hasValue: Bool { get }
Mechanica Docs (100% documented)
@_frozen
enum Optional<Wrapped> : ExpressibleByNilLiteral
Mechanica
Returns true
if self
has a value.
Swift
public var hasValue: Bool { get }