Nil
public struct Nil : ExpressibleByNilLiteral
Represents nil
value to be used with the operator overloads for beNil
.
-
Declaration
Swift
public init(nilLiteral: ())
public struct Nil : ExpressibleByNilLiteral
Represents nil
value to be used with the operator overloads for beNil
.
Swift
public init(nilLiteral: ())