OptionalType
public protocol OptionalType : ExpressibleByNilLiteral
Protocol around Optional, allowing additional checks and features on Paramater
where value is optional.
-
Undocumented
Declaration
Swift
var isNotNil: Bool { get }