Optional.none
The absence of a value.
Declaration
case noneDiscussion
In code, the absence of a value is typically written using the nil literal rather than the explicit .none enumeration case.
The absence of a value.
case noneIn code, the absence of a value is typically written using the nil literal rather than the explicit .none enumeration case.